|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.golf.CourseSearchRS.GolfCourse
public static class CourseSearchRS.GolfCourse
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:GolfCourseType" name="GolfCourse" maxOccurs="99"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GolfCourseType"> <xs:sequence> <xs:element type="ns:AddressType" name="Address" minOccurs="0"/> <xs:element name="Phone" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:TelephoneGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:TraitsType" name="Traits" minOccurs="0"> <!-- Reference to inner class Traits --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:ID_Group"/> <xs:attribute type="xs:string" use="required" name="Name"/> </xs:complexType> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_Group"> <xs:attribute type="xs:string" use="required" name="ID"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
CourseSearchRS.GolfCourse.Traits
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
CourseSearchRS.GolfCourse()
|
Method Summary | |
---|---|
Address |
getAddress()
Get the 'Address' element value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
java.lang.String |
getName()
Get the 'Name' attribute value. |
TelephoneGroup |
getPhone()
Get the 'TelephoneGroup' attributeGroup value. |
CourseSearchRS.GolfCourse.Traits |
getTraits()
Get the 'Traits' element value. |
void |
setAddress(Address address)
Set the 'Address' element value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setName(java.lang.String name)
Set the 'Name' attribute value. |
void |
setPhone(TelephoneGroup phone)
Set the 'TelephoneGroup' attributeGroup value. |
void |
setTraits(CourseSearchRS.GolfCourse.Traits traits)
Set the 'Traits' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CourseSearchRS.GolfCourse()
Method Detail |
---|
public Address getAddress()
public void setAddress(Address address)
address
- public TelephoneGroup getPhone()
public void setPhone(TelephoneGroup phone)
phone
- public CourseSearchRS.GolfCourse.Traits getTraits()
public void setTraits(CourseSearchRS.GolfCourse.Traits traits)
traits
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public java.lang.String getName()
public void setName(java.lang.String name)
name
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |