|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.oseo.v_1_0.OrderingServiceContentsType
public class OrderingServiceContentsType
Java class for OrderingServiceContentsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderingServiceContentsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProductOrders">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="supported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="SubscriptionOrders">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="supported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="ProgrammingOrders">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="supported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="SPS_URL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="GetQuotationCapabilities">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="supported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="synchronous" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="asynchronous" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="monitoring" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="off-line" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="SubmitCapabilities">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="asynchronous" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="maxNumberOfProducts" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="globalDeliveryOptions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="localDeliveryOptions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="globalOrderOptions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="localOrderOptions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="GetStatusCapabilities">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="orderSearch" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="orderRetrieve" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="full" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="DescribeResultAccessCapabilities">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="supported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="CancelCapabilities">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="supported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="asynchronous" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="SupportedCollection" type="{http://www.opengis.net/oseo/1.0}CollectionCapability" maxOccurs="unbounded" minOccurs="0"/>
<element name="ContentsType" type="{http://www.opengis.net/oseo/1.0}EncodingType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
OrderingServiceContentsType.CancelCapabilities
Java class for anonymous complex type. |
static class |
OrderingServiceContentsType.DescribeResultAccessCapabilities
Java class for anonymous complex type. |
static class |
OrderingServiceContentsType.GetQuotationCapabilities
Java class for anonymous complex type. |
static class |
OrderingServiceContentsType.GetStatusCapabilities
Java class for anonymous complex type. |
static class |
OrderingServiceContentsType.ProductOrders
Java class for anonymous complex type. |
static class |
OrderingServiceContentsType.ProgrammingOrders
Java class for anonymous complex type. |
static class |
OrderingServiceContentsType.SubmitCapabilities
Java class for anonymous complex type. |
static class |
OrderingServiceContentsType.SubscriptionOrders
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
OrderingServiceContentsType()
|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected OrderingServiceContentsType.ProductOrders productOrders
protected OrderingServiceContentsType.SubscriptionOrders subscriptionOrders
protected OrderingServiceContentsType.ProgrammingOrders programmingOrders
protected OrderingServiceContentsType.GetQuotationCapabilities getQuotationCapabilities
protected OrderingServiceContentsType.SubmitCapabilities submitCapabilities
protected OrderingServiceContentsType.GetStatusCapabilities getStatusCapabilities
protected OrderingServiceContentsType.DescribeResultAccessCapabilities describeResultAccessCapabilities
protected OrderingServiceContentsType.CancelCapabilities cancelCapabilities
protected List<CollectionCapability> supportedCollection
protected List<EncodingType> contentsType
| Constructor Detail |
|---|
public OrderingServiceContentsType()
| Method Detail |
|---|
public OrderingServiceContentsType.ProductOrders getProductOrders()
OrderingServiceContentsType.ProductOrderspublic void setProductOrders(OrderingServiceContentsType.ProductOrders value)
value - allowed object is
OrderingServiceContentsType.ProductOrderspublic boolean isSetProductOrders()
public OrderingServiceContentsType.SubscriptionOrders getSubscriptionOrders()
OrderingServiceContentsType.SubscriptionOrderspublic void setSubscriptionOrders(OrderingServiceContentsType.SubscriptionOrders value)
value - allowed object is
OrderingServiceContentsType.SubscriptionOrderspublic boolean isSetSubscriptionOrders()
public OrderingServiceContentsType.ProgrammingOrders getProgrammingOrders()
OrderingServiceContentsType.ProgrammingOrderspublic void setProgrammingOrders(OrderingServiceContentsType.ProgrammingOrders value)
value - allowed object is
OrderingServiceContentsType.ProgrammingOrderspublic boolean isSetProgrammingOrders()
public OrderingServiceContentsType.GetQuotationCapabilities getGetQuotationCapabilities()
OrderingServiceContentsType.GetQuotationCapabilitiespublic void setGetQuotationCapabilities(OrderingServiceContentsType.GetQuotationCapabilities value)
value - allowed object is
OrderingServiceContentsType.GetQuotationCapabilitiespublic boolean isSetGetQuotationCapabilities()
public OrderingServiceContentsType.SubmitCapabilities getSubmitCapabilities()
OrderingServiceContentsType.SubmitCapabilitiespublic void setSubmitCapabilities(OrderingServiceContentsType.SubmitCapabilities value)
value - allowed object is
OrderingServiceContentsType.SubmitCapabilitiespublic boolean isSetSubmitCapabilities()
public OrderingServiceContentsType.GetStatusCapabilities getGetStatusCapabilities()
OrderingServiceContentsType.GetStatusCapabilitiespublic void setGetStatusCapabilities(OrderingServiceContentsType.GetStatusCapabilities value)
value - allowed object is
OrderingServiceContentsType.GetStatusCapabilitiespublic boolean isSetGetStatusCapabilities()
public OrderingServiceContentsType.DescribeResultAccessCapabilities getDescribeResultAccessCapabilities()
OrderingServiceContentsType.DescribeResultAccessCapabilitiespublic void setDescribeResultAccessCapabilities(OrderingServiceContentsType.DescribeResultAccessCapabilities value)
value - allowed object is
OrderingServiceContentsType.DescribeResultAccessCapabilitiespublic boolean isSetDescribeResultAccessCapabilities()
public OrderingServiceContentsType.CancelCapabilities getCancelCapabilities()
OrderingServiceContentsType.CancelCapabilitiespublic void setCancelCapabilities(OrderingServiceContentsType.CancelCapabilities value)
value - allowed object is
OrderingServiceContentsType.CancelCapabilitiespublic boolean isSetCancelCapabilities()
public List<CollectionCapability> getSupportedCollection()
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 supportedCollection property.
For example, to add a new item, do as follows:
getSupportedCollection().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionCapability
public boolean isSetSupportedCollection()
public void unsetSupportedCollection()
public List<EncodingType> getContentsType()
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 contentsType property.
For example, to add a new item, do as follows:
getContentsType().add(newItem);
Objects of the following type(s) are allowed in the list
EncodingType
public boolean isSetContentsType()
public void unsetContentsType()
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 setSupportedCollection(List<CollectionCapability> value)
public void setContentsType(List<EncodingType> value)
public OrderingServiceContentsType withProductOrders(OrderingServiceContentsType.ProductOrders value)
public OrderingServiceContentsType withSubscriptionOrders(OrderingServiceContentsType.SubscriptionOrders value)
public OrderingServiceContentsType withProgrammingOrders(OrderingServiceContentsType.ProgrammingOrders value)
public OrderingServiceContentsType withGetQuotationCapabilities(OrderingServiceContentsType.GetQuotationCapabilities value)
public OrderingServiceContentsType withSubmitCapabilities(OrderingServiceContentsType.SubmitCapabilities value)
public OrderingServiceContentsType withGetStatusCapabilities(OrderingServiceContentsType.GetStatusCapabilities value)
public OrderingServiceContentsType withDescribeResultAccessCapabilities(OrderingServiceContentsType.DescribeResultAccessCapabilities value)
public OrderingServiceContentsType withCancelCapabilities(OrderingServiceContentsType.CancelCapabilities value)
public OrderingServiceContentsType withSupportedCollection(CollectionCapability... values)
public OrderingServiceContentsType withSupportedCollection(Collection<CollectionCapability> values)
public OrderingServiceContentsType withContentsType(EncodingType... values)
public OrderingServiceContentsType withContentsType(Collection<EncodingType> values)
public OrderingServiceContentsType withSupportedCollection(List<CollectionCapability> value)
public OrderingServiceContentsType withContentsType(List<EncodingType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||