|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.PrivacyGroup
public class PrivacyGroup
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 |
|---|
public PrivacyGroup()
| Method Detail |
|---|
public PrivacyGroup.ShareSynchInd getShareSynchInd()
public void setShareSynchInd(PrivacyGroup.ShareSynchInd shareSynchInd)
shareSynchInd - public PrivacyGroup.ShareMarketInd getShareMarketInd()
public void setShareMarketInd(PrivacyGroup.ShareMarketInd shareMarketInd)
shareMarketInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||