|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.ProfileCertification
public class ProfileCertification
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 |
---|
public ProfileCertification()
Method Detail |
---|
public java.lang.String getCertification()
public void setCertification(java.lang.String certification)
certification
- public java.lang.String getCertificationID()
public void setCertificationID(java.lang.String certificationID)
certificationID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |