|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.oseo.v_1_0.CommonOrderOptionsType
public class CommonOrderOptionsType
Java class for CommonOrderOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommonOrderOptionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/oseo/1.0}productOrderOptionsId"/>
<element ref="{http://www.opengis.net/oseo/1.0}identifier" minOccurs="0"/>
<element name="description" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="orderType" type="{http://www.opengis.net/oseo/1.0}EnumOrderType"/>
<element name="option" type="{http://www.opengis.net/oseo/1.0}ParameterDescriptorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="productDeliveryOptions" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="onlineDataAccess">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/oseo/1.0}protocol" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="onlineDataDelivery">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/oseo/1.0}protocol" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="mediaDelivery">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="packageMedium" type="{http://www.opengis.net/oseo/1.0}PackageMedium" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="orderOptionInfoURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="paymentOptions" type="{http://www.opengis.net/oseo/1.0}PaymentOptionDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="sceneSelectionOption" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="description" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<element name="sceneSelectionParameter" type="{http://www.opengis.net/oseo/1.0}SceneSelectionDescriptorType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CommonOrderOptionsType.ProductDeliveryOptions
Java class for anonymous complex type. |
static class |
CommonOrderOptionsType.SceneSelectionOption
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
identifier
|
protected List<ParameterDescriptorType> |
option
|
protected String |
orderOptionInfoURL
|
protected EnumOrderType |
orderType
|
protected List<PaymentOptionDefinitionType> |
paymentOptions
|
protected List<CommonOrderOptionsType.ProductDeliveryOptions> |
productDeliveryOptions
|
protected String |
productOrderOptionsId
|
protected List<CommonOrderOptionsType.SceneSelectionOption> |
sceneSelectionOption
|
| Constructor Summary | |
|---|---|
CommonOrderOptionsType()
|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String productOrderOptionsId
protected String identifier
protected String description
protected EnumOrderType orderType
protected List<ParameterDescriptorType> option
protected List<CommonOrderOptionsType.ProductDeliveryOptions> productDeliveryOptions
protected String orderOptionInfoURL
protected List<PaymentOptionDefinitionType> paymentOptions
protected List<CommonOrderOptionsType.SceneSelectionOption> sceneSelectionOption
| Constructor Detail |
|---|
public CommonOrderOptionsType()
| Method Detail |
|---|
public String getProductOrderOptionsId()
Stringpublic void setProductOrderOptionsId(String value)
value - allowed object is
Stringpublic boolean isSetProductOrderOptionsId()
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetIdentifier()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public EnumOrderType getOrderType()
EnumOrderTypepublic void setOrderType(EnumOrderType value)
value - allowed object is
EnumOrderTypepublic boolean isSetOrderType()
public List<ParameterDescriptorType> 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
ParameterDescriptorType
public boolean isSetOption()
public void unsetOption()
public List<CommonOrderOptionsType.ProductDeliveryOptions> getProductDeliveryOptions()
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 productDeliveryOptions property.
For example, to add a new item, do as follows:
getProductDeliveryOptions().add(newItem);
Objects of the following type(s) are allowed in the list
CommonOrderOptionsType.ProductDeliveryOptions
public boolean isSetProductDeliveryOptions()
public void unsetProductDeliveryOptions()
public String getOrderOptionInfoURL()
Stringpublic void setOrderOptionInfoURL(String value)
value - allowed object is
Stringpublic boolean isSetOrderOptionInfoURL()
public List<PaymentOptionDefinitionType> getPaymentOptions()
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 paymentOptions property.
For example, to add a new item, do as follows:
getPaymentOptions().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentOptionDefinitionType
public boolean isSetPaymentOptions()
public void unsetPaymentOptions()
public List<CommonOrderOptionsType.SceneSelectionOption> getSceneSelectionOption()
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 sceneSelectionOption property.
For example, to add a new item, do as follows:
getSceneSelectionOption().add(newItem);
Objects of the following type(s) are allowed in the list
CommonOrderOptionsType.SceneSelectionOption
public boolean isSetSceneSelectionOption()
public void unsetSceneSelectionOption()
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<ParameterDescriptorType> value)
public void setProductDeliveryOptions(List<CommonOrderOptionsType.ProductDeliveryOptions> value)
public void setPaymentOptions(List<PaymentOptionDefinitionType> value)
public void setSceneSelectionOption(List<CommonOrderOptionsType.SceneSelectionOption> value)
public CommonOrderOptionsType withProductOrderOptionsId(String value)
public CommonOrderOptionsType withIdentifier(String value)
public CommonOrderOptionsType withDescription(String value)
public CommonOrderOptionsType withOrderType(EnumOrderType value)
public CommonOrderOptionsType withOption(ParameterDescriptorType... values)
public CommonOrderOptionsType withOption(Collection<ParameterDescriptorType> values)
public CommonOrderOptionsType withProductDeliveryOptions(CommonOrderOptionsType.ProductDeliveryOptions... values)
public CommonOrderOptionsType withProductDeliveryOptions(Collection<CommonOrderOptionsType.ProductDeliveryOptions> values)
public CommonOrderOptionsType withOrderOptionInfoURL(String value)
public CommonOrderOptionsType withPaymentOptions(PaymentOptionDefinitionType... values)
public CommonOrderOptionsType withPaymentOptions(Collection<PaymentOptionDefinitionType> values)
public CommonOrderOptionsType withSceneSelectionOption(CommonOrderOptionsType.SceneSelectionOption... values)
public CommonOrderOptionsType withSceneSelectionOption(Collection<CommonOrderOptionsType.SceneSelectionOption> values)
public CommonOrderOptionsType withOption(List<ParameterDescriptorType> value)
public CommonOrderOptionsType withProductDeliveryOptions(List<CommonOrderOptionsType.ProductDeliveryOptions> value)
public CommonOrderOptionsType withPaymentOptions(List<PaymentOptionDefinitionType> value)
public CommonOrderOptionsType withSceneSelectionOption(List<CommonOrderOptionsType.SceneSelectionOption> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||