|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.PersonName
org.ota.hotel.ContactInfo.Names.Name
public static class ContactInfo.Names.Name
Used to pass detailed name information regarding a contact. 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="Name" maxOccurs="unbounded">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:PersonNameType">
<xs:sequence>
<xs:element name="JobTitle" minOccurs="0" maxOccurs="5">
<!-- Reference to inner class JobTitle -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:CodeInfoGroup"/>
<xs:attributeGroup ref="ns:GenderGroup"/>
<xs:attribute type="xs:string" use="optional" name="SrvcCode"/>
<xs:attribute type="xs:string" use="optional" name="Location"/>
<xs:attribute type="xs:string" use="optional" name="CorporatePosition"/>
<xs:attribute type="xs:boolean" use="optional" name="OKToPublish"/>
<xs:attribute type="xs:string" use="optional" name="NameOrdered"/>
<xs:attributeGroup ref="ns:ID_OptionalGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
<xs:attribute type="xs:string" use="optional" name="ID"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
ContactInfo.Names.Name.JobTitle
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
ContactInfo.Names.Name()
|
|
| Method Summary | |
|---|---|
void |
addJobTitle(ContactInfo.Names.Name.JobTitle item)
Add a 'JobTitle' element item. |
void |
clearJobTitles()
Remove all 'JobTitle' element items. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
java.lang.String |
getCorporatePosition()
Get the 'CorporatePosition' attribute value. |
GenderGroup |
getGenderGroup()
Get the 'GenderGroup' attributeGroup value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
ContactInfo.Names.Name.JobTitle |
getJobTitle(int index)
Get 'JobTitle' element item by position. |
java.util.List<ContactInfo.Names.Name.JobTitle> |
getJobTitles()
Get the list of 'JobTitle' element items. |
java.lang.String |
getLocation()
Get the 'Location' attribute value. |
java.lang.String |
getNameOrdered()
Get the 'NameOrdered' attribute value. |
java.lang.Boolean |
getOKToPublish()
Get the 'OKToPublish' attribute value. |
java.lang.String |
getSrvcCode()
Get the 'SrvcCode' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setCorporatePosition(java.lang.String corporatePosition)
Set the 'CorporatePosition' attribute value. |
void |
setGenderGroup(GenderGroup genderGroup)
Set the 'GenderGroup' attributeGroup value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setJobTitles(java.util.List<ContactInfo.Names.Name.JobTitle> list)
Set the list of 'JobTitle' element items. |
void |
setLocation(java.lang.String location)
Set the 'Location' attribute value. |
void |
setNameOrdered(java.lang.String nameOrdered)
Set the 'NameOrdered' attribute value. |
void |
setOKToPublish(java.lang.Boolean OKToPublish)
Set the 'OKToPublish' attribute value. |
void |
setSrvcCode(java.lang.String srvcCode)
Set the 'SrvcCode' attribute value. |
int |
sizeJobTitles()
Get the number of 'JobTitle' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContactInfo.Names.Name()
| Method Detail |
|---|
public java.util.List<ContactInfo.Names.Name.JobTitle> getJobTitles()
public void setJobTitles(java.util.List<ContactInfo.Names.Name.JobTitle> list)
list - public int sizeJobTitles()
public void addJobTitle(ContactInfo.Names.Name.JobTitle item)
item - public ContactInfo.Names.Name.JobTitle getJobTitle(int index)
index -
public void clearJobTitles()
public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup - public GenderGroup getGenderGroup()
public void setGenderGroup(GenderGroup genderGroup)
genderGroup - public java.lang.String getSrvcCode()
public void setSrvcCode(java.lang.String srvcCode)
srvcCode - public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - public java.lang.String getCorporatePosition()
public void setCorporatePosition(java.lang.String corporatePosition)
corporatePosition - public java.lang.Boolean getOKToPublish()
public void setOKToPublish(java.lang.Boolean OKToPublish)
OKToPublish - public java.lang.String getNameOrdered()
public void setNameOrdered(java.lang.String nameOrdered)
nameOrdered - public java.lang.String getID()
public void setID(java.lang.String ID)
ID -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||