|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Customer
org.ota.vehicle.CustomerPrimaryAdditional.Additional
public static class CustomerPrimaryAdditional.Additional
Information on additional driver(s), possibly including frequent renter number. 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" name="Additional" minOccurs="0" maxOccurs="9"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:CustomerType"> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attribute type="xs:string" use="optional" name="CorpDiscountName"/> <xs:attribute type="xs:string" use="optional" name="CorpDiscountNmbr"/> <xs:attribute use="optional" name="QualificationMethod"> <xs:simpleType> <!-- Reference to inner class QualificationMethod --> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="ns:TravelerCountGroup"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
CustomerPrimaryAdditional.Additional.QualificationMethod
Schema fragment(s) for this class: |
Nested classes/interfaces inherited from class org.ota.shared.Customer |
---|
Customer.AdditionalLanguage, Customer.Address, Customer.CustLoyalty, Customer.Email, Customer.MaritalStatus, Customer.PaymentForm, Customer.PhysChallName, Customer.Telephone, Customer.URL |
Constructor Summary | |
---|---|
CustomerPrimaryAdditional.Additional()
|
Method Summary | |
---|---|
java.lang.String |
getCorpDiscountName()
Get the 'CorpDiscountName' attribute value. |
java.lang.String |
getCorpDiscountNmbr()
Get the 'CorpDiscountNmbr' attribute value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
CustomerPrimaryAdditional.Additional.QualificationMethod |
getQualificationMethod()
Get the 'QualificationMethod' attribute value. |
TravelerCountGroup |
getTravelerCountGroup()
Get the 'TravelerCountGroup' attributeGroup value. |
void |
setCorpDiscountName(java.lang.String corpDiscountName)
Set the 'CorpDiscountName' attribute value. |
void |
setCorpDiscountNmbr(java.lang.String corpDiscountNmbr)
Set the 'CorpDiscountNmbr' attribute value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setQualificationMethod(CustomerPrimaryAdditional.Additional.QualificationMethod qualificationMethod)
Set the 'QualificationMethod' attribute value. |
void |
setTravelerCountGroup(TravelerCountGroup travelerCountGroup)
Set the 'TravelerCountGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomerPrimaryAdditional.Additional()
Method Detail |
---|
public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public java.lang.String getCorpDiscountName()
public void setCorpDiscountName(java.lang.String corpDiscountName)
corpDiscountName
- public java.lang.String getCorpDiscountNmbr()
public void setCorpDiscountNmbr(java.lang.String corpDiscountNmbr)
corpDiscountNmbr
- public CustomerPrimaryAdditional.Additional.QualificationMethod getQualificationMethod()
public void setQualificationMethod(CustomerPrimaryAdditional.Additional.QualificationMethod qualificationMethod)
qualificationMethod
- public TravelerCountGroup getTravelerCountGroup()
public void setTravelerCountGroup(TravelerCountGroup travelerCountGroup)
travelerCountGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |