|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.UniqueID
public class UniqueID
An identifier used to uniquely reference an object in a system (e.g. an airline reservation reference, customer profile reference, booking confirmation number, or a reference to a previous availability quote). Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="UniqueID_Type"> <xs:sequence> <xs:element type="ns:CompanyNameType" name="CompanyName" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:UniqueID_Group"/> </xs:complexType> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="UniqueID_Group"> <xs:attribute type="xs:string" name="URL"/> <xs:attribute type="xs:string" use="required" name="Type"/> <xs:attribute type="xs:string" name="Instance"/> <xs:attributeGroup ref="ns:ID_Group"/> <xs:attribute type="xs:string" use="optional" name="ID_Context"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_Group"> <xs:attribute type="xs:string" use="required" name="ID"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
UniqueID()
|
Method Summary | |
---|---|
CompanyName |
getCompanyName()
Get the 'CompanyName' element value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
java.lang.String |
getIDContext()
Get the 'ID_Context' attribute value. |
java.lang.String |
getInstance()
Get the 'Instance' attribute value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
java.lang.String |
getURL()
Get the 'URL' attribute value. |
void |
setCompanyName(CompanyName companyName)
Set the 'CompanyName' element value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setIDContext(java.lang.String IDContext)
Set the 'ID_Context' attribute value. |
void |
setInstance(java.lang.String instance)
Set the 'Instance' attribute value. |
void |
setType(java.lang.String type)
Set the 'Type' attribute value. |
void |
setURL(java.lang.String URL)
Set the 'URL' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniqueID()
Method Detail |
---|
public CompanyName getCompanyName()
public void setCompanyName(CompanyName companyName)
companyName
- public java.lang.String getURL()
public void setURL(java.lang.String URL)
URL
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.String getInstance()
public void setInstance(java.lang.String instance)
instance
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public java.lang.String getIDContext()
public void setIDContext(java.lang.String IDContext)
IDContext
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |