org.ota.shared
Class PrivacyGroup

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

public class PrivacyGroup
extends java.lang.Object

Allows for control of the sharing of data between parties. 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="PrivacyGroup">
   <xs:attribute use="optional" name="ShareSynchInd">
     <xs:simpleType>
       <!-- Reference to inner class ShareSynchInd -->
     </xs:simpleType>
   </xs:attribute>
   <xs:attribute use="optional" name="ShareMarketInd">
     <xs:simpleType>
       <!-- Reference to inner class ShareMarketInd -->
     </xs:simpleType>
   </xs:attribute>
 </xs:attributeGroup>
 


Nested Class Summary
static class PrivacyGroup.ShareMarketInd
          value="Inherit" Permission for sharing data for marketing purposes.
static class PrivacyGroup.ShareSynchInd
          value="Inherit" Permission for sharing data for synchronization of information held by other travel service providers.
 
Constructor Summary
PrivacyGroup()
           
 
Method Summary
 PrivacyGroup.ShareMarketInd getShareMarketInd()
          Get the 'ShareMarketInd' attribute value.
 PrivacyGroup.ShareSynchInd getShareSynchInd()
          Get the 'ShareSynchInd' attribute value.
 void setShareMarketInd(PrivacyGroup.ShareMarketInd shareMarketInd)
          Set the 'ShareMarketInd' attribute value.
 void setShareSynchInd(PrivacyGroup.ShareSynchInd shareSynchInd)
          Set the 'ShareSynchInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivacyGroup

public PrivacyGroup()
Method Detail

getShareSynchInd

public PrivacyGroup.ShareSynchInd getShareSynchInd()
Get the 'ShareSynchInd' attribute value.

Returns:
value

setShareSynchInd

public void setShareSynchInd(PrivacyGroup.ShareSynchInd shareSynchInd)
Set the 'ShareSynchInd' attribute value.

Parameters:
shareSynchInd -

getShareMarketInd

public PrivacyGroup.ShareMarketInd getShareMarketInd()
Get the 'ShareMarketInd' attribute value.

Returns:
value

setShareMarketInd

public void setShareMarketInd(PrivacyGroup.ShareMarketInd shareMarketInd)
Set the 'ShareMarketInd' attribute value.

Parameters:
shareMarketInd -