org.ota.profile
Class Profile.Comments.Comment.AuthorizedViewer

java.lang.Object
  extended by org.ota.profile.Profile.Comments.Comment.AuthorizedViewer
Enclosing class:
Profile.Comments.Comment

public static class Profile.Comments.Comment.AuthorizedViewer
extends java.lang.Object

Specifies those authorized to view a comment. 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" minOccurs="0" maxOccurs="3">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="ViewerCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Profile.Comments.Comment.AuthorizedViewer()
           
 
Method Summary
 java.lang.String getViewerCode()
          Get the 'ViewerCode' 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

Profile.Comments.Comment.AuthorizedViewer

public Profile.Comments.Comment.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 -