org.ota.air
Class SpecialReqDetails.SpecialRemarks.SpecialRemark.AuthorizedViewers.AuthorizedViewer

java.lang.Object
  extended by org.ota.air.SpecialReqDetails.SpecialRemarks.SpecialRemark.AuthorizedViewers.AuthorizedViewer
Enclosing class:
SpecialReqDetails.SpecialRemarks.SpecialRemark.AuthorizedViewers

public static class SpecialReqDetails.SpecialRemarks.SpecialRemark.AuthorizedViewers.AuthorizedViewer
extends java.lang.Object

Specifies those authorized to view a confidential special remark. 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="AuthorizedViewer" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="ViewerCode"/>
     <xs:attribute type="xs:string" use="optional" name="ViewerCarrierCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
SpecialReqDetails.SpecialRemarks.SpecialRemark.AuthorizedViewers.AuthorizedViewer()
           
 
Method Summary
 java.lang.String getViewerCarrierCode()
          Get the 'ViewerCarrierCode' attribute value.
 java.lang.String getViewerCode()
          Get the 'ViewerCode' attribute value.
 void setViewerCarrierCode(java.lang.String viewerCarrierCode)
          Set the 'ViewerCarrierCode' attribute value.
 void setViewerCode(java.lang.String viewerCode)
          Set the 'ViewerCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecialReqDetails.SpecialRemarks.SpecialRemark.AuthorizedViewers.AuthorizedViewer

public SpecialReqDetails.SpecialRemarks.SpecialRemark.AuthorizedViewers.AuthorizedViewer()
Method Detail

getViewerCode

public java.lang.String getViewerCode()
Get the 'ViewerCode' attribute value. Identifies an authorized viewer of a confidential remark. Can be a 3 character ATA/IATA airport/city code, an office ID, pseudo city code, etc.

Returns:
value

setViewerCode

public void setViewerCode(java.lang.String viewerCode)
Set the 'ViewerCode' attribute value. Identifies an authorized viewer of a confidential remark. Can be a 3 character ATA/IATA airport/city code, an office ID, pseudo city code, etc.

Parameters:
viewerCode -

getViewerCarrierCode

public java.lang.String getViewerCarrierCode()
Get the 'ViewerCarrierCode' attribute value. Carrier code that may be used in conjunction with the viewer code to identify those authorized to view the confidential special remark.

Returns:
value

setViewerCarrierCode

public void setViewerCarrierCode(java.lang.String viewerCarrierCode)
Set the 'ViewerCarrierCode' attribute value. Carrier code that may be used in conjunction with the viewer code to identify those authorized to view the confidential special remark.

Parameters:
viewerCarrierCode -