|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Paragraph
org.ota.profile.Profile.Comments.Comment
public static class Profile.Comments.Comment
Comment details. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Comment" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:ParagraphType"> <xs:sequence> <xs:element name="AuthorizedViewer" minOccurs="0" maxOccurs="3"> <!-- Reference to inner class AuthorizedViewer --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="CommentOriginatorCode"/> <xs:attribute type="xs:boolean" use="optional" name="GuestViewable"/> <xs:attribute type="xs:string" use="optional" name="Category"/> <xs:attribute type="xs:string" use="optional" name="AirlineVendorPrefRPH"/> <xs:attribute type="ns:TransferActionType" use="optional" name="TransferAction"/> <xs:attribute type="xs:date" use="optional" name="ActionDate"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Profile.Comments.Comment.AuthorizedViewer
Specifies those authorized to view a comment. |
Nested classes/interfaces inherited from class org.ota.shared.Paragraph |
---|
Paragraph.Choice |
Constructor Summary | |
---|---|
Profile.Comments.Comment()
|
Method Summary | |
---|---|
void |
addAuthorizedViewer(Profile.Comments.Comment.AuthorizedViewer item)
Add a 'AuthorizedViewer' element item. |
void |
clearAuthorizedViewers()
Remove all 'AuthorizedViewer' element items. |
java.sql.Date |
getActionDate()
Get the 'ActionDate' attribute value. |
java.lang.String |
getAirlineVendorPrefRPH()
Get the 'AirlineVendorPrefRPH' attribute value. |
Profile.Comments.Comment.AuthorizedViewer |
getAuthorizedViewer(int index)
Get 'AuthorizedViewer' element item by position. |
java.util.List<Profile.Comments.Comment.AuthorizedViewer> |
getAuthorizedViewers()
Get the list of 'AuthorizedViewer' element items. |
java.lang.String |
getCategory()
Get the 'Category' attribute value. |
java.lang.String |
getCommentOriginatorCode()
Get the 'CommentOriginatorCode' attribute value. |
java.lang.Boolean |
getGuestViewable()
Get the 'GuestViewable' attribute value. |
TransferAction |
getTransferAction()
Get the 'TransferAction' attribute value. |
void |
setActionDate(java.sql.Date actionDate)
Set the 'ActionDate' attribute value. |
void |
setAirlineVendorPrefRPH(java.lang.String airlineVendorPrefRPH)
Set the 'AirlineVendorPrefRPH' attribute value. |
void |
setAuthorizedViewers(java.util.List<Profile.Comments.Comment.AuthorizedViewer> list)
Set the list of 'AuthorizedViewer' element items. |
void |
setCategory(java.lang.String category)
Set the 'Category' attribute value. |
void |
setCommentOriginatorCode(java.lang.String commentOriginatorCode)
Set the 'CommentOriginatorCode' attribute value. |
void |
setGuestViewable(java.lang.Boolean guestViewable)
Set the 'GuestViewable' attribute value. |
void |
setTransferAction(TransferAction transferAction)
Set the 'TransferAction' attribute value. |
int |
sizeAuthorizedViewers()
Get the number of 'AuthorizedViewer' element items. |
Methods inherited from class org.ota.shared.Paragraph |
---|
addChoice, clearChoices, getChoice, getChoices, getDateTimeStampGroup, getLanguage, getName, getParagraphNumber, setChoices, setDateTimeStampGroup, setLanguage, setName, setParagraphNumber, sizeChoices |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profile.Comments.Comment()
Method Detail |
---|
public java.util.List<Profile.Comments.Comment.AuthorizedViewer> getAuthorizedViewers()
public void setAuthorizedViewers(java.util.List<Profile.Comments.Comment.AuthorizedViewer> list)
list
- public int sizeAuthorizedViewers()
public void addAuthorizedViewer(Profile.Comments.Comment.AuthorizedViewer item)
item
- public Profile.Comments.Comment.AuthorizedViewer getAuthorizedViewer(int index)
index
-
public void clearAuthorizedViewers()
public java.lang.String getCommentOriginatorCode()
public void setCommentOriginatorCode(java.lang.String commentOriginatorCode)
commentOriginatorCode
- public java.lang.Boolean getGuestViewable()
public void setGuestViewable(java.lang.Boolean guestViewable)
guestViewable
- public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category
- public java.lang.String getAirlineVendorPrefRPH()
public void setAirlineVendorPrefRPH(java.lang.String airlineVendorPrefRPH)
airlineVendorPrefRPH
- public TransferAction getTransferAction()
public void setTransferAction(TransferAction transferAction)
transferAction
- public java.sql.Date getActionDate()
public void setActionDate(java.sql.Date actionDate)
actionDate
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |