org.ota.hotel
Class ProfileCertification

java.lang.Object
  extended by org.ota.hotel.ProfileCertification

public class ProfileCertification
extends java.lang.Object

ProfileCertification : ProfileCertification The ProfileCertification element identifies the travel agency to be paid by providing the IATA number or ARC certifying number. (Implementation note: This attribute is optional, but if it is not set, the Profile attribute must be set.) Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ProfileCertificationType">
   <xs:attribute type="xs:string" use="optional" name="CertificationType"/>
   <xs:attribute type="xs:string" use="optional" name="CertificationID"/>
 </xs:complexType>
 


Constructor Summary
ProfileCertification()
           
 
Method Summary
 java.lang.String getCertification()
          Get the 'CertificationType' attribute value.
 java.lang.String getCertificationID()
          Get the 'CertificationID' attribute value.
 void setCertification(java.lang.String certification)
          Set the 'CertificationType' attribute value.
 void setCertificationID(java.lang.String certificationID)
          Set the 'CertificationID' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileCertification

public ProfileCertification()
Method Detail

getCertification

public java.lang.String getCertification()
Get the 'CertificationType' attribute value.

Returns:
value

setCertification

public void setCertification(java.lang.String certification)
Set the 'CertificationType' attribute value.

Parameters:
certification -

getCertificationID

public java.lang.String getCertificationID()
Get the 'CertificationID' attribute value.

Returns:
value

setCertificationID

public void setCertificationID(java.lang.String certificationID)
Set the 'CertificationID' attribute value.

Parameters:
certificationID -