org.ota.shared
Class TelephoneGroup

java.lang.Object
  extended by org.ota.shared.TelephoneGroup

public class TelephoneGroup
extends java.lang.Object

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

TelephoneGroup

public TelephoneGroup()
Method Detail

getPrivacyGroup

public PrivacyGroup getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. Allows for control of the sharing of telephone information between parties.

Returns:
value

setPrivacyGroup

public void setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. Allows for control of the sharing of telephone information between parties.

Parameters:
privacyGroup -

getTelephoneAttributesGroup

public TelephoneAttributesGroup getTelephoneAttributesGroup()
Get the 'TelephoneAttributesGroup' attributeGroup value. Provides telephone information details.

Returns:
value

setTelephoneAttributesGroup

public void setTelephoneAttributesGroup(TelephoneAttributesGroup telephoneAttributesGroup)
Set the 'TelephoneAttributesGroup' attributeGroup value. Provides telephone information details.

Parameters:
telephoneAttributesGroup -

getFormattedInd

public java.lang.Boolean getFormattedInd()
Get the 'FormattedInd' attribute value. Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted. false

Returns:
value

setFormattedInd

public void setFormattedInd(java.lang.Boolean formattedInd)
Set the 'FormattedInd' attribute value. Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted. false

Parameters:
formattedInd -