|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.misc.FileAttachmentNotifRQ.FileAttachmentReference
public static class FileAttachmentNotifRQ.FileAttachmentReference
Specifies details about the file attached to this message. 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="FileAttachmentReference" maxOccurs="99">
<xs:complexType>
<xs:attributeGroup ref="ns:FileAttachmentGroup"/>
<xs:attributeGroup ref="ns:DateTimeStampGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
FileAttachmentNotifRQ.FileAttachmentReference()
|
|
| Method Summary | |
|---|---|
DateTimeStampGroup |
getDateTimeStampGroup()
Get the 'DateTimeStampGroup' attributeGroup value. |
FileAttachmentGroup |
getFileAttachmentGroup()
Get the 'FileAttachmentGroup' attributeGroup value. |
void |
setDateTimeStampGroup(DateTimeStampGroup dateTimeStampGroup)
Set the 'DateTimeStampGroup' attributeGroup value. |
void |
setFileAttachmentGroup(FileAttachmentGroup fileAttachmentGroup)
Set the 'FileAttachmentGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileAttachmentNotifRQ.FileAttachmentReference()
| Method Detail |
|---|
public FileAttachmentGroup getFileAttachmentGroup()
public void setFileAttachmentGroup(FileAttachmentGroup fileAttachmentGroup)
fileAttachmentGroup - public DateTimeStampGroup getDateTimeStampGroup()
public void setDateTimeStampGroup(DateTimeStampGroup dateTimeStampGroup)
dateTimeStampGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||