|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.TelephoneGroup
public class TelephoneGroup
Detailed telephone information. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TelephoneGroup"> <xs:attributeGroup ref="ns:PrivacyGroup"/> <xs:attributeGroup ref="ns:TelephoneAttributesGroup"/> <xs:attributeGroup ref="ns:FormattedInd"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FormattedInd"> <xs:attribute type="xs:boolean" use="optional" name="FormattedInd"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
TelephoneGroup()
|
Method Summary | |
---|---|
java.lang.Boolean |
getFormattedInd()
Get the 'FormattedInd' attribute value. |
PrivacyGroup |
getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. |
TelephoneAttributesGroup |
getTelephoneAttributesGroup()
Get the 'TelephoneAttributesGroup' attributeGroup value. |
void |
setFormattedInd(java.lang.Boolean formattedInd)
Set the 'FormattedInd' attribute value. |
void |
setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. |
void |
setTelephoneAttributesGroup(TelephoneAttributesGroup telephoneAttributesGroup)
Set the 'TelephoneAttributesGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelephoneGroup()
Method Detail |
---|
public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup
- public TelephoneAttributesGroup getTelephoneAttributesGroup()
public void setTelephoneAttributesGroup(TelephoneAttributesGroup telephoneAttributesGroup)
telephoneAttributesGroup
- public java.lang.Boolean getFormattedInd()
public void setFormattedInd(java.lang.Boolean formattedInd)
formattedInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |