|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.CompanyName
public class CompanyName
Identifies a company by name. 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="CompanyNameType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="ns:CompanyID_AttributesGroup"/> <xs:attribute type="xs:string" use="optional" name="Division"/> <xs:attribute type="xs:string" use="optional" name="Department"/> </xs:extension> </xs:simpleContent> </xs:complexType>
Constructor Summary | |
---|---|
CompanyName()
|
Method Summary | |
---|---|
CompanyIDAttributesGroup |
getCompanyIDAttributesGroup()
Get the 'CompanyID_AttributesGroup' attributeGroup value. |
java.lang.String |
getDepartment()
Get the 'Department' attribute value. |
java.lang.String |
getDivision()
Get the 'Division' attribute value. |
java.lang.String |
getString()
Get the extension value. |
void |
setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
Set the 'CompanyID_AttributesGroup' attributeGroup value. |
void |
setDepartment(java.lang.String department)
Set the 'Department' attribute value. |
void |
setDivision(java.lang.String division)
Set the 'Division' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompanyName()
Method Detail |
---|
public java.lang.String getString()
public void setString(java.lang.String string)
string
- public CompanyIDAttributesGroup getCompanyIDAttributesGroup()
public void setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
companyIDAttributesGroup
- public java.lang.String getDivision()
public void setDivision(java.lang.String division)
division
- public java.lang.String getDepartment()
public void setDepartment(java.lang.String department)
department
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |