|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.profile.Profile.Agreements.Certification
public static class Profile.Agreements.Certification
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 |
|---|
public Profile.Agreements.Certification()
| Method Detail |
|---|
public FreeText getFreeText()
public void setFreeText(FreeText freeText)
freeText - public java.lang.String getID()
public void setID(java.lang.String ID)
ID - public SingleVendorIndGroup getSingleVendorIndGroup()
public void setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
singleVendorIndGroup - public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
effectiveExpireOptionalDateGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||