|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.oseo.v_1_0.CommonOrderItemType
public class CommonOrderItemType
Java class for CommonOrderItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommonOrderItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/oseo/1.0}itemId"/>
<element ref="{http://www.opengis.net/oseo/1.0}productOrderOptionsId" minOccurs="0"/>
<element name="orderItemRemark" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<element name="option" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/oseo/1.0}ParameterData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="sceneSelection" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/oseo/1.0}ParameterData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.opengis.net/oseo/1.0}deliveryOptions" minOccurs="0"/>
<element name="payment" type="{http://www.opengis.net/oseo/1.0}PaymentOptionSelectedValue" minOccurs="0"/>
<element ref="{http://www.opengis.net/oseo/1.0}extension" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element ref="{http://www.opengis.net/oseo/1.0}productId"/>
<element ref="{http://www.opengis.net/oseo/1.0}taskingRequestId"/>
<element ref="{http://www.opengis.net/oseo/1.0}subscriptionId"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CommonOrderItemType.Option
Java class for anonymous complex type. |
static class |
CommonOrderItemType.SceneSelection
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected DeliveryOptionsType |
deliveryOptions
|
protected List<Object> |
extension
|
protected String |
itemId
|
protected List<CommonOrderItemType.Option> |
option
|
protected String |
orderItemRemark
|
protected PaymentOptionSelectedValue |
payment
|
protected ProductIdType |
productId
|
protected String |
productOrderOptionsId
|
protected List<CommonOrderItemType.SceneSelection> |
sceneSelection
|
protected SubscriptionIdType |
subscriptionId
|
protected TaskingRequestIdType |
taskingRequestId
|
| Constructor Summary | |
|---|---|
CommonOrderItemType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
|
DeliveryOptionsType |
getDeliveryOptions()
Gets the value of the deliveryOptions property. |
List<Object> |
getExtension()
Gets the value of the extension property. |
String |
getItemId()
Gets the value of the itemId property. |
List<CommonOrderItemType.Option> |
getOption()
Gets the value of the option property. |
String |
getOrderItemRemark()
Gets the value of the orderItemRemark property. |
PaymentOptionSelectedValue |
getPayment()
Gets the value of the payment property. |
ProductIdType |
getProductId()
Gets the value of the productId property. |
String |
getProductOrderOptionsId()
Gets the value of the productOrderOptionsId property. |
List<CommonOrderItemType.SceneSelection> |
getSceneSelection()
Gets the value of the sceneSelection property. |
SubscriptionIdType |
getSubscriptionId()
Gets the value of the subscriptionId property. |
TaskingRequestIdType |
getTaskingRequestId()
Gets the value of the taskingRequestId property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetDeliveryOptions()
|
boolean |
isSetExtension()
|
boolean |
isSetItemId()
|
boolean |
isSetOption()
|
boolean |
isSetOrderItemRemark()
|
boolean |
isSetPayment()
|
boolean |
isSetProductId()
|
boolean |
isSetProductOrderOptionsId()
|
boolean |
isSetSceneSelection()
|
boolean |
isSetSubscriptionId()
|
boolean |
isSetTaskingRequestId()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setDeliveryOptions(DeliveryOptionsType value)
Sets the value of the deliveryOptions property. |
void |
setExtension(List<Object> value)
|
void |
setItemId(String value)
Sets the value of the itemId property. |
void |
setOption(List<CommonOrderItemType.Option> value)
|
void |
setOrderItemRemark(String value)
Sets the value of the orderItemRemark property. |
void |
setPayment(PaymentOptionSelectedValue value)
Sets the value of the payment property. |
void |
setProductId(ProductIdType value)
Sets the value of the productId property. |
void |
setProductOrderOptionsId(String value)
Sets the value of the productOrderOptionsId property. |
void |
setSceneSelection(List<CommonOrderItemType.SceneSelection> value)
|
void |
setSubscriptionId(SubscriptionIdType value)
Sets the value of the subscriptionId property. |
void |
setTaskingRequestId(TaskingRequestIdType value)
Sets the value of the taskingRequestId property. |
String |
toString()
|
void |
unsetExtension()
|
void |
unsetOption()
|
void |
unsetSceneSelection()
|
CommonOrderItemType |
withDeliveryOptions(DeliveryOptionsType value)
|
CommonOrderItemType |
withExtension(Collection<Object> values)
|
CommonOrderItemType |
withExtension(List<Object> value)
|
CommonOrderItemType |
withExtension(Object... values)
|
CommonOrderItemType |
withItemId(String value)
|
CommonOrderItemType |
withOption(Collection<CommonOrderItemType.Option> values)
|
CommonOrderItemType |
withOption(CommonOrderItemType.Option... values)
|
CommonOrderItemType |
withOption(List<CommonOrderItemType.Option> value)
|
CommonOrderItemType |
withOrderItemRemark(String value)
|
CommonOrderItemType |
withPayment(PaymentOptionSelectedValue value)
|
CommonOrderItemType |
withProductId(ProductIdType value)
|
CommonOrderItemType |
withProductOrderOptionsId(String value)
|
CommonOrderItemType |
withSceneSelection(Collection<CommonOrderItemType.SceneSelection> values)
|
CommonOrderItemType |
withSceneSelection(CommonOrderItemType.SceneSelection... values)
|
CommonOrderItemType |
withSceneSelection(List<CommonOrderItemType.SceneSelection> value)
|
CommonOrderItemType |
withSubscriptionId(SubscriptionIdType value)
|
CommonOrderItemType |
withTaskingRequestId(TaskingRequestIdType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String itemId
protected String productOrderOptionsId
protected String orderItemRemark
protected List<CommonOrderItemType.Option> option
protected List<CommonOrderItemType.SceneSelection> sceneSelection
protected DeliveryOptionsType deliveryOptions
protected PaymentOptionSelectedValue payment
protected List<Object> extension
protected ProductIdType productId
protected TaskingRequestIdType taskingRequestId
protected SubscriptionIdType subscriptionId
| Constructor Detail |
|---|
public CommonOrderItemType()
| Method Detail |
|---|
public String getItemId()
Stringpublic void setItemId(String value)
value - allowed object is
Stringpublic boolean isSetItemId()
public String getProductOrderOptionsId()
Stringpublic void setProductOrderOptionsId(String value)
value - allowed object is
Stringpublic boolean isSetProductOrderOptionsId()
public String getOrderItemRemark()
Stringpublic void setOrderItemRemark(String value)
value - allowed object is
Stringpublic boolean isSetOrderItemRemark()
public List<CommonOrderItemType.Option> getOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
CommonOrderItemType.Option
public boolean isSetOption()
public void unsetOption()
public List<CommonOrderItemType.SceneSelection> getSceneSelection()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sceneSelection property.
For example, to add a new item, do as follows:
getSceneSelection().add(newItem);
Objects of the following type(s) are allowed in the list
CommonOrderItemType.SceneSelection
public boolean isSetSceneSelection()
public void unsetSceneSelection()
public DeliveryOptionsType getDeliveryOptions()
DeliveryOptionsTypepublic void setDeliveryOptions(DeliveryOptionsType value)
value - allowed object is
DeliveryOptionsTypepublic boolean isSetDeliveryOptions()
public PaymentOptionSelectedValue getPayment()
PaymentOptionSelectedValuepublic void setPayment(PaymentOptionSelectedValue value)
value - allowed object is
PaymentOptionSelectedValuepublic boolean isSetPayment()
public List<Object> getExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetExtension()
public void unsetExtension()
public ProductIdType getProductId()
ProductIdTypepublic void setProductId(ProductIdType value)
value - allowed object is
ProductIdTypepublic boolean isSetProductId()
public TaskingRequestIdType getTaskingRequestId()
TaskingRequestIdTypepublic void setTaskingRequestId(TaskingRequestIdType value)
value - allowed object is
TaskingRequestIdTypepublic boolean isSetTaskingRequestId()
public SubscriptionIdType getSubscriptionId()
SubscriptionIdTypepublic void setSubscriptionId(SubscriptionIdType value)
value - allowed object is
SubscriptionIdTypepublic boolean isSetSubscriptionId()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setOption(List<CommonOrderItemType.Option> value)
public void setSceneSelection(List<CommonOrderItemType.SceneSelection> value)
public void setExtension(List<Object> value)
public CommonOrderItemType withItemId(String value)
public CommonOrderItemType withProductOrderOptionsId(String value)
public CommonOrderItemType withOrderItemRemark(String value)
public CommonOrderItemType withOption(CommonOrderItemType.Option... values)
public CommonOrderItemType withOption(Collection<CommonOrderItemType.Option> values)
public CommonOrderItemType withSceneSelection(CommonOrderItemType.SceneSelection... values)
public CommonOrderItemType withSceneSelection(Collection<CommonOrderItemType.SceneSelection> values)
public CommonOrderItemType withDeliveryOptions(DeliveryOptionsType value)
public CommonOrderItemType withPayment(PaymentOptionSelectedValue value)
public CommonOrderItemType withExtension(Object... values)
public CommonOrderItemType withExtension(Collection<Object> values)
public CommonOrderItemType withProductId(ProductIdType value)
public CommonOrderItemType withTaskingRequestId(TaskingRequestIdType value)
public CommonOrderItemType withSubscriptionId(SubscriptionIdType value)
public CommonOrderItemType withOption(List<CommonOrderItemType.Option> value)
public CommonOrderItemType withSceneSelection(List<CommonOrderItemType.SceneSelection> value)
public CommonOrderItemType withExtension(List<Object> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||