|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.ReadRQ.ReadRequests.ProfileReadRequest
public static class ReadRQ.ReadRequests.ProfileReadRequest
To request a profile when the profile identifier is not known. 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="ProfileReadRequest" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="UniqueID" minOccurs="0" maxOccurs="9"> <!-- Reference to inner class UniqueID --> </xs:element> <xs:element type="ns:ContactPersonType" name="Company" minOccurs="0"/> <xs:element type="ns:CustomerType" name="Customer" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attribute use="optional" name="DateType"> <xs:simpleType> <!-- Reference to inner class Date --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="StatusCode"/> <xs:attribute type="xs:string" use="optional" name="ProfileTypeCode"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
ReadRQ.ReadRequests.ProfileReadRequest.Date
Schema fragment(s) for this class: |
static class |
ReadRQ.ReadRequests.ProfileReadRequest.UniqueID
Used to convey the identity of the profile, the owner of the profile, or an id provided by the client. |
Constructor Summary | |
---|---|
ReadRQ.ReadRequests.ProfileReadRequest()
|
Method Summary | |
---|---|
void |
addUniqueID(ReadRQ.ReadRequests.ProfileReadRequest.UniqueID item)
Add a 'UniqueID' element item. |
void |
clearUniqueIDs()
Remove all 'UniqueID' element items. |
ContactPerson |
getCompany()
Get the 'Company' element value. |
Customer |
getCustomer()
Get the 'Customer' element value. |
ReadRQ.ReadRequests.ProfileReadRequest.Date |
getDate()
Get the 'DateType' attribute value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
java.lang.String |
getProfileTypeCode()
Get the 'ProfileTypeCode' attribute value. |
java.lang.String |
getStatusCode()
Get the 'StatusCode' attribute value. |
ReadRQ.ReadRequests.ProfileReadRequest.UniqueID |
getUniqueID(int index)
Get 'UniqueID' element item by position. |
java.util.List<ReadRQ.ReadRequests.ProfileReadRequest.UniqueID> |
getUniqueIDs()
Get the list of 'UniqueID' element items. |
void |
setCompany(ContactPerson company)
Set the 'Company' element value. |
void |
setCustomer(Customer customer)
Set the 'Customer' element value. |
void |
setDate(ReadRQ.ReadRequests.ProfileReadRequest.Date date)
Set the 'DateType' attribute value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setProfileTypeCode(java.lang.String profileTypeCode)
Set the 'ProfileTypeCode' attribute value. |
void |
setStatusCode(java.lang.String statusCode)
Set the 'StatusCode' attribute value. |
void |
setUniqueIDs(java.util.List<ReadRQ.ReadRequests.ProfileReadRequest.UniqueID> list)
Set the list of 'UniqueID' element items. |
int |
sizeUniqueIDs()
Get the number of 'UniqueID' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadRQ.ReadRequests.ProfileReadRequest()
Method Detail |
---|
public java.util.List<ReadRQ.ReadRequests.ProfileReadRequest.UniqueID> getUniqueIDs()
public void setUniqueIDs(java.util.List<ReadRQ.ReadRequests.ProfileReadRequest.UniqueID> list)
list
- public int sizeUniqueIDs()
public void addUniqueID(ReadRQ.ReadRequests.ProfileReadRequest.UniqueID item)
item
- public ReadRQ.ReadRequests.ProfileReadRequest.UniqueID getUniqueID(int index)
index
-
public void clearUniqueIDs()
public ContactPerson getCompany()
public void setCompany(ContactPerson company)
company
- public Customer getCustomer()
public void setCustomer(Customer customer)
customer
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public ReadRQ.ReadRequests.ProfileReadRequest.Date getDate()
public void setDate(ReadRQ.ReadRequests.ProfileReadRequest.Date date)
date
- public java.lang.String getStatusCode()
public void setStatusCode(java.lang.String statusCode)
statusCode
- public java.lang.String getProfileTypeCode()
public void setProfileTypeCode(java.lang.String profileTypeCode)
profileTypeCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |