org.ota.misc
Class FileAttachmentNotifRQ.FileAttachmentReference

java.lang.Object
  extended by org.ota.misc.FileAttachmentNotifRQ.FileAttachmentReference
Enclosing class:
FileAttachmentNotifRQ

public static class FileAttachmentNotifRQ.FileAttachmentReference
extends java.lang.Object

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

FileAttachmentNotifRQ.FileAttachmentReference

public FileAttachmentNotifRQ.FileAttachmentReference()
Method Detail

getFileAttachmentGroup

public FileAttachmentGroup getFileAttachmentGroup()
Get the 'FileAttachmentGroup' attributeGroup value.

Returns:
value

setFileAttachmentGroup

public void setFileAttachmentGroup(FileAttachmentGroup fileAttachmentGroup)
Set the 'FileAttachmentGroup' attributeGroup value.

Parameters:
fileAttachmentGroup -

getDateTimeStampGroup

public DateTimeStampGroup getDateTimeStampGroup()
Get the 'DateTimeStampGroup' attributeGroup value. Creation date time, creator ID, last modification date time and last modifier ID.

Returns:
value

setDateTimeStampGroup

public void setDateTimeStampGroup(DateTimeStampGroup dateTimeStampGroup)
Set the 'DateTimeStampGroup' attributeGroup value. Creation date time, creator ID, last modification date time and last modifier ID.

Parameters:
dateTimeStampGroup -