|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Document.Choice
public static class Document.Choice
Schema fragment(s) for this class:
<xs:choice xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" minOccurs="0"> <xs:element type="xs:string" name="DocHolderName" minOccurs="0"/> <xs:element type="ns:PersonNameType" name="DocHolderFormattedName" minOccurs="0"/> </xs:choice>
Constructor Summary | |
---|---|
Document.Choice()
|
Method Summary | |
---|---|
void |
clearChoiceSelect()
Clear the choice selection. |
PersonName |
getDocHolderFormattedName()
Get the 'DocHolderFormattedName' element value. |
java.lang.String |
getDocHolderName()
Get the 'DocHolderName' element value. |
boolean |
ifDocHolderFormattedName()
Check if DocHolderFormattedName is current selection for choice. |
boolean |
ifDocHolderName()
Check if DocHolderName is current selection for choice. |
void |
setDocHolderFormattedName(PersonName docHolderFormattedName)
Set the 'DocHolderFormattedName' element value. |
void |
setDocHolderName(java.lang.String docHolderName)
Set the 'DocHolderName' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Document.Choice()
Method Detail |
---|
public void clearChoiceSelect()
public boolean ifDocHolderName()
true
if selection, false
if notpublic java.lang.String getDocHolderName()
public void setDocHolderName(java.lang.String docHolderName)
docHolderName
- public boolean ifDocHolderFormattedName()
true
if selection, false
if notpublic PersonName getDocHolderFormattedName()
public void setDocHolderFormattedName(PersonName docHolderFormattedName)
docHolderFormattedName
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |