|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.golf.GolfCourseRes.Round.Golfers.Golfer
public static class GolfCourseRes.Round.Golfers.Golfer
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:GolferType" name="Golfer" maxOccurs="99"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GolferType">
<xs:sequence>
<xs:element type="ns:MembershipsType" name="Memberships" minOccurs="0"/>
<xs:element type="ns:PaymentFormType" name="PaymentForm" minOccurs="0"/>
<xs:element type="ns:PersonNameType" name="PersonName"/>
<xs:element type="ns:AddressType" name="Address" minOccurs="0"/>
<xs:element name="Telephone" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:TelephoneGroup"/>
</xs:complexType>
</xs:element>
<xs:element type="ns:EmailType" name="Email" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:GenderGroup"/>
<xs:attributeGroup ref="ns:BirthDateGroup"/>
</xs:complexType>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BirthDateGroup">
<xs:attribute type="xs:date" use="optional" name="BirthDate"/>
</xs:attributeGroup>
| Constructor Summary | |
|---|---|
GolfCourseRes.Round.Golfers.Golfer()
|
|
| Method Summary | |
|---|---|
Address |
getAddress()
Get the 'Address' element value. |
java.sql.Date |
getBirthDate()
Get the 'BirthDate' attribute value. |
Email |
getEmail()
Get the 'Email' element value. |
GenderGroup |
getGenderGroup()
Get the 'GenderGroup' attributeGroup value. |
Memberships |
getMemberships()
Get the 'Memberships' element value. |
PaymentForm |
getPaymentForm()
Get the 'PaymentForm' element value. |
PersonName |
getPersonName()
Get the 'PersonName' element value. |
TelephoneGroup |
getTelephone()
Get the 'TelephoneGroup' attributeGroup value. |
void |
setAddress(Address address)
Set the 'Address' element value. |
void |
setBirthDate(java.sql.Date birthDate)
Set the 'BirthDate' attribute value. |
void |
setEmail(Email email)
Set the 'Email' element value. |
void |
setGenderGroup(GenderGroup genderGroup)
Set the 'GenderGroup' attributeGroup value. |
void |
setMemberships(Memberships memberships)
Set the 'Memberships' element value. |
void |
setPaymentForm(PaymentForm paymentForm)
Set the 'PaymentForm' element value. |
void |
setPersonName(PersonName personName)
Set the 'PersonName' element value. |
void |
setTelephone(TelephoneGroup telephone)
Set the 'TelephoneGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GolfCourseRes.Round.Golfers.Golfer()
| Method Detail |
|---|
public Memberships getMemberships()
public void setMemberships(Memberships memberships)
memberships - public PaymentForm getPaymentForm()
public void setPaymentForm(PaymentForm paymentForm)
paymentForm - public PersonName getPersonName()
public void setPersonName(PersonName personName)
personName - public Address getAddress()
public void setAddress(Address address)
address - public TelephoneGroup getTelephone()
public void setTelephone(TelephoneGroup telephone)
telephone - public Email getEmail()
public void setEmail(Email email)
email - public GenderGroup getGenderGroup()
public void setGenderGroup(GenderGroup genderGroup)
genderGroup - public java.sql.Date getBirthDate()
public void setBirthDate(java.sql.Date birthDate)
birthDate -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||