|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.AvailRS.AccommodationChoices.AvailableProperty.SourceIdentification
public static class AvailRS.AccommodationChoices.AvailableProperty.SourceIdentification
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 |
|---|
public AvailRS.AccommodationChoices.AvailableProperty.SourceIdentification()
| Method Detail |
|---|
public java.lang.String getString()
public void setString(java.lang.String string)
string - public java.lang.String getCode()
public void setCode(java.lang.String code)
code - public java.lang.String getIssue()
public void setIssue(java.lang.String issue)
issue - public java.lang.Integer getPage()
public void setPage(java.lang.Integer page)
page -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||