org.ota.pkg
Class AvailRS.AccommodationChoices.AvailableProperty.SourceIdentification

java.lang.Object
  extended by org.ota.pkg.AvailRS.AccommodationChoices.AvailableProperty.SourceIdentification
Enclosing class:
AvailRS.AccommodationChoices.AvailableProperty

public static class AvailRS.AccommodationChoices.AvailableProperty.SourceIdentification
extends java.lang.Object

Identifies the current source for information on the property. 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" type="ns:SourceIdentificationType" name="SourceIdentification" minOccurs="0"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SourceIdentificationType">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute type="xs:string" use="optional" name="Code"/>
       <xs:attribute type="xs:string" use="optional" name="Issue"/>
       <xs:attribute type="xs:int" use="optional" name="Page"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
 


Constructor Summary
AvailRS.AccommodationChoices.AvailableProperty.SourceIdentification()
           
 
Method Summary
 java.lang.String getCode()
          Get the 'Code' attribute value.
 java.lang.String getIssue()
          Get the 'Issue' attribute value.
 java.lang.Integer getPage()
          Get the 'Page' attribute value.
 java.lang.String getString()
          Get the extension value.
 void setCode(java.lang.String code)
          Set the 'Code' attribute value.
 void setIssue(java.lang.String issue)
          Set the 'Issue' attribute value.
 void setPage(java.lang.Integer page)
          Set the 'Page' attribute value.
 void setString(java.lang.String string)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailRS.AccommodationChoices.AvailableProperty.SourceIdentification

public AvailRS.AccommodationChoices.AvailableProperty.SourceIdentification()
Method Detail

getString

public java.lang.String getString()
Get the extension value.

Returns:
value

setString

public void setString(java.lang.String string)
Set the extension value.

Parameters:
string -

getCode

public java.lang.String getCode()
Get the 'Code' attribute value. E.g. brochure code.

Returns:
value

setCode

public void setCode(java.lang.String code)
Set the 'Code' attribute value. E.g. brochure code.

Parameters:
code -

getIssue

public java.lang.String getIssue()
Get the 'Issue' attribute value. e.g. brochure edition/issue reference.

Returns:
value

setIssue

public void setIssue(java.lang.String issue)
Set the 'Issue' attribute value. e.g. brochure edition/issue reference.

Parameters:
issue -

getPage

public java.lang.Integer getPage()
Get the 'Page' attribute value. e.g. page number in the brochure.

Returns:
value

setPage

public void setPage(java.lang.Integer page)
Set the 'Page' attribute value. e.g. page number in the brochure.

Parameters:
page -