org.ota.shared
Class OfficeTypeGroup

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

public class OfficeTypeGroup
extends java.lang.Object

Designates the office category within an organization. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OfficeTypeGroup">
   <xs:attribute type="ns:OfficeLocationType" use="optional" name="OfficeType"/>
 </xs:attributeGroup>
 
 <xs:simpleType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OfficeLocationType">
   <!-- Reference to inner class OfficeLocation -->
 </xs:simpleType>
 


Nested Class Summary
static class OfficeTypeGroup.OfficeLocation
          Specifes the location type of an office (e.g.
 
Constructor Summary
OfficeTypeGroup()
           
 
Method Summary
 OfficeTypeGroup.OfficeLocation getOffice()
          Get the 'OfficeType' attribute value.
 void setOffice(OfficeTypeGroup.OfficeLocation office)
          Set the 'OfficeType' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfficeTypeGroup

public OfficeTypeGroup()
Method Detail

getOffice

public OfficeTypeGroup.OfficeLocation getOffice()
Get the 'OfficeType' attribute value. Indicates main office, field office, or division of the organization.

Returns:
value

setOffice

public void setOffice(OfficeTypeGroup.OfficeLocation office)
Set the 'OfficeType' attribute value. Indicates main office, field office, or division of the organization.

Parameters:
office -