org.ota.profile
Class Profile.Agreements.Certification

java.lang.Object
  extended by org.ota.profile.Profile.Agreements.Certification
Enclosing class:
Profile.Agreements

public static class Profile.Agreements.Certification
extends java.lang.Object

Information about certifications or accreditations. 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" type="ns:CertificationType" name="Certification" minOccurs="0" maxOccurs="unbounded"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CertificationType">
   <xs:simpleContent>
     <xs:extension base="ns:FreeTextType">
       <xs:attributeGroup ref="ns:ID_OptionalGroup"/>
       <xs:attributeGroup ref="ns:SingleVendorIndGroup"/>
       <xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
   <xs:attribute type="xs:string" use="optional" name="ID"/>
 </xs:attributeGroup>
 


Constructor Summary
Profile.Agreements.Certification()
           
 
Method Summary
 EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
          Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value.
 FreeText getFreeText()
          Get the extension value.
 java.lang.String getID()
          Get the 'ID' attribute value.
 SingleVendorIndGroup getSingleVendorIndGroup()
          Get the 'SingleVendorIndGroup' attributeGroup value.
 void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
          Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value.
 void setFreeText(FreeText freeText)
          Set the extension value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 void setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
          Set the 'SingleVendorIndGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile.Agreements.Certification

public Profile.Agreements.Certification()
Method Detail

getFreeText

public FreeText getFreeText()
Get the extension value.

Returns:
value

setFreeText

public void setFreeText(FreeText freeText)
Set the extension value.

Parameters:
freeText -

getID

public java.lang.String getID()
Get the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Parameters:
ID -

getSingleVendorIndGroup

public SingleVendorIndGroup getSingleVendorIndGroup()
Get the 'SingleVendorIndGroup' attributeGroup value. Indicates the alliance status of the company.

Returns:
value

setSingleVendorIndGroup

public void setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
Set the 'SingleVendorIndGroup' attributeGroup value. Indicates the alliance status of the company.

Parameters:
singleVendorIndGroup -

getEffectiveExpireOptionalDateGroup

public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. Provides the effective and expiry date of the certification.

Returns:
value

setEffectiveExpireOptionalDateGroup

public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. Provides the effective and expiry date of the certification.

Parameters:
effectiveExpireOptionalDateGroup -