|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Orders.Order.Products.Product
public static class Orders.Order.Products.Product
The details associated to a specific product. 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="Product" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="ProductIssueDate"/> <xs:attribute type="xs:string" use="optional" name="ProductID"/> <xs:attribute type="xs:string" use="optional" name="ProductType"/> <xs:attribute type="xs:int" use="optional" name="ProductQuantity"/> <xs:attribute type="xs:string" use="optional" name="ProductSerialNumber"/> <xs:attribute type="xs:string" use="optional" name="DiscountCode"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attribute use="optional" name="Status"> <xs:simpleType> <!-- Reference to inner class Status --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="ListOfRecipientRPH"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Orders.Order.Products.Product.Status
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
Orders.Order.Products.Product()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getDiscountCode()
Get the 'DiscountCode' attribute value. |
java.lang.String |
getListOfRecipientRPH()
Get the 'ListOfRecipientRPH' attribute value. |
java.lang.String |
getProduct()
Get the 'ProductType' attribute value. |
java.lang.String |
getProductID()
Get the 'ProductID' attribute value. |
java.lang.String |
getProductIssueDate()
Get the 'ProductIssueDate' attribute value. |
java.lang.Integer |
getProductQuantity()
Get the 'ProductQuantity' attribute value. |
java.lang.String |
getProductSerialNumber()
Get the 'ProductSerialNumber' attribute value. |
Orders.Order.Products.Product.Status |
getStatus()
Get the 'Status' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setDiscountCode(java.lang.String discountCode)
Set the 'DiscountCode' attribute value. |
void |
setListOfRecipientRPH(java.lang.String listOfRecipientRPH)
Set the 'ListOfRecipientRPH' attribute value. |
void |
setProduct(java.lang.String product)
Set the 'ProductType' attribute value. |
void |
setProductID(java.lang.String productID)
Set the 'ProductID' attribute value. |
void |
setProductIssueDate(java.lang.String productIssueDate)
Set the 'ProductIssueDate' attribute value. |
void |
setProductQuantity(java.lang.Integer productQuantity)
Set the 'ProductQuantity' attribute value. |
void |
setProductSerialNumber(java.lang.String productSerialNumber)
Set the 'ProductSerialNumber' attribute value. |
void |
setStatus(Orders.Order.Products.Product.Status status)
Set the 'Status' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Orders.Order.Products.Product()
Method Detail |
---|
public java.lang.String getProductIssueDate()
public void setProductIssueDate(java.lang.String productIssueDate)
productIssueDate
- public java.lang.String getProductID()
public void setProductID(java.lang.String productID)
productID
- public java.lang.String getProduct()
public void setProduct(java.lang.String product)
product
- public java.lang.Integer getProductQuantity()
public void setProductQuantity(java.lang.Integer productQuantity)
productQuantity
- public java.lang.String getProductSerialNumber()
public void setProductSerialNumber(java.lang.String productSerialNumber)
productSerialNumber
- public java.lang.String getDiscountCode()
public void setDiscountCode(java.lang.String discountCode)
discountCode
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public Orders.Order.Products.Product.Status getStatus()
public void setStatus(Orders.Order.Products.Product.Status status)
status
- public java.lang.String getListOfRecipientRPH()
public void setListOfRecipientRPH(java.lang.String listOfRecipientRPH)
listOfRecipientRPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |