|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.OfficeTypeGroup
public class OfficeTypeGroup
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 |
|---|
public OfficeTypeGroup()
| Method Detail |
|---|
public OfficeTypeGroup.OfficeLocation getOffice()
public void setOffice(OfficeTypeGroup.OfficeLocation office)
office -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||