|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.UniqueID
org.ota.profile.Profile.UserID
public static class Profile.UserID
The user ids and pin numbers of the profile. 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="UserID" minOccurs="0" maxOccurs="10"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:UniqueID_Type"> <xs:attribute type="xs:string" use="optional" name="PinNumber"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
Profile.UserID()
|
Method Summary | |
---|---|
java.lang.String |
getPinNumber()
Get the 'PinNumber' attribute value. |
void |
setPinNumber(java.lang.String pinNumber)
Set the 'PinNumber' attribute value. |
Methods inherited from class org.ota.shared.UniqueID |
---|
getCompanyName, getID, getIDContext, getInstance, getType, getURL, setCompanyName, setID, setIDContext, setInstance, setType, setURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profile.UserID()
Method Detail |
---|
public java.lang.String getPinNumber()
public void setPinNumber(java.lang.String pinNumber)
pinNumber
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |