|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.profile.Profile.Agreements.ProfileSecurity
public static class Profile.Agreements.ProfileSecurity
Grants access rights on a single booking to offices other than the creator and responsible offices. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ProfileSecurity" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:attribute use="optional" name="AccessingOrganizationType"> <xs:simpleType> <!-- Reference to inner class AccessingOrganization --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="AccessingOrganizationID"/> <xs:attribute use="optional" name="AccessType"> <xs:simpleType> <!-- Reference to inner class Access --> </xs:simpleType> </xs:attribute> <xs:attribute type="ns:TransferActionType" use="optional" name="TransferAction"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Profile.Agreements.ProfileSecurity.Access
Schema fragment(s) for this class: |
static class |
Profile.Agreements.ProfileSecurity.AccessingOrganization
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
Profile.Agreements.ProfileSecurity()
|
Method Summary | |
---|---|
Profile.Agreements.ProfileSecurity.Access |
getAccess()
Get the 'AccessType' attribute value. |
Profile.Agreements.ProfileSecurity.AccessingOrganization |
getAccessingOrganization()
Get the 'AccessingOrganizationType' attribute value. |
java.lang.String |
getAccessingOrganizationID()
Get the 'AccessingOrganizationID' attribute value. |
TransferAction |
getTransferAction()
Get the 'TransferAction' attribute value. |
void |
setAccess(Profile.Agreements.ProfileSecurity.Access access)
Set the 'AccessType' attribute value. |
void |
setAccessingOrganization(Profile.Agreements.ProfileSecurity.AccessingOrganization accessingOrganization)
Set the 'AccessingOrganizationType' attribute value. |
void |
setAccessingOrganizationID(java.lang.String accessingOrganizationID)
Set the 'AccessingOrganizationID' attribute value. |
void |
setTransferAction(TransferAction transferAction)
Set the 'TransferAction' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profile.Agreements.ProfileSecurity()
Method Detail |
---|
public Profile.Agreements.ProfileSecurity.AccessingOrganization getAccessingOrganization()
public void setAccessingOrganization(Profile.Agreements.ProfileSecurity.AccessingOrganization accessingOrganization)
accessingOrganization
- public java.lang.String getAccessingOrganizationID()
public void setAccessingOrganizationID(java.lang.String accessingOrganizationID)
accessingOrganizationID
- public Profile.Agreements.ProfileSecurity.Access getAccess()
public void setAccess(Profile.Agreements.ProfileSecurity.Access access)
access
- public TransferAction getTransferAction()
public void setTransferAction(TransferAction transferAction)
transferAction
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |