|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.AddressPref
public class AddressPref
Identifies an address preference. 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="AddressPrefType">
<xs:sequence>
<xs:element type="ns:AddressInfoType" name="Address"/>
</xs:sequence>
<xs:attributeGroup ref="ns:PrivacyGroup"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
AddressPref()
|
|
| Method Summary | |
|---|---|
AddressInfo |
getAddress()
Get the 'Address' element value. |
PrivacyGroup |
getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. |
void |
setAddress(AddressInfo address)
Set the 'Address' element value. |
void |
setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddressPref()
| Method Detail |
|---|
public AddressInfo getAddress()
public void setAddress(AddressInfo address)
address - public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||