org.ota.shared
Class CompanyName

java.lang.Object
  extended by org.ota.shared.CompanyName

public class CompanyName
extends java.lang.Object

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

CompanyName

public CompanyName()
Method Detail

getString

public java.lang.String getString()
Get the extension value.

Returns:
value

setString

public void setString(java.lang.String string)
Set the extension value.

Parameters:
string -

getCompanyIDAttributesGroup

public CompanyIDAttributesGroup getCompanyIDAttributesGroup()
Get the 'CompanyID_AttributesGroup' attributeGroup value. Provides detailed information on a company.

Returns:
value

setCompanyIDAttributesGroup

public void setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
Set the 'CompanyID_AttributesGroup' attributeGroup value. Provides detailed information on a company.

Parameters:
companyIDAttributesGroup -

getDivision

public java.lang.String getDivision()
Get the 'Division' attribute value. The division name or ID with which the contact is associated.

Returns:
value

setDivision

public void setDivision(java.lang.String division)
Set the 'Division' attribute value. The division name or ID with which the contact is associated.

Parameters:
division -

getDepartment

public java.lang.String getDepartment()
Get the 'Department' attribute value. The department name or ID with which the contact is associated.

Returns:
value

setDepartment

public void setDepartment(java.lang.String department)
Set the 'Department' attribute value. The department name or ID with which the contact is associated.

Parameters:
department -