|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.oseo.v_1_0.CommonOrderSpecification
public class CommonOrderSpecification
Java class for CommonOrderSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommonOrderSpecification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/oseo/1.0}orderReference" minOccurs="0"/>
<element name="orderRemark" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="deliveryInformation" type="{http://www.opengis.net/oseo/1.0}DeliveryInformationType" minOccurs="0"/>
<element name="invoiceAddress" type="{http://www.opengis.net/oseo/1.0}DeliveryAddressType" minOccurs="0"/>
<element name="packaging" type="{http://www.opengis.net/oseo/1.0}EnumPackagingType" minOccurs="0"/>
<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 ref="{http://www.opengis.net/oseo/1.0}deliveryOptions" minOccurs="0"/>
<element ref="{http://www.opengis.net/oseo/1.0}priority" minOccurs="0"/>
<element name="orderType" type="{http://www.opengis.net/oseo/1.0}EnumOrderType"/>
<element ref="{http://www.opengis.net/oseo/1.0}extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CommonOrderSpecification.Option
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected DeliveryInformationType |
deliveryInformation
|
protected DeliveryOptionsType |
deliveryOptions
|
protected List<Object> |
extension
|
protected DeliveryAddressType |
invoiceAddress
|
protected List<CommonOrderSpecification.Option> |
option
|
protected String |
orderReference
|
protected String |
orderRemark
|
protected EnumOrderType |
orderType
|
protected JAXBElement<EnumPackagingType> |
packaging
|
protected PriorityType |
priority
|
| Constructor Summary | |
|---|---|
CommonOrderSpecification()
|
|
| 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)
|
DeliveryInformationType |
getDeliveryInformation()
Gets the value of the deliveryInformation property. |
DeliveryOptionsType |
getDeliveryOptions()
Gets the value of the deliveryOptions property. |
List<Object> |
getExtension()
Gets the value of the extension property. |
DeliveryAddressType |
getInvoiceAddress()
Gets the value of the invoiceAddress property. |
List<CommonOrderSpecification.Option> |
getOption()
Gets the value of the option property. |
String |
getOrderReference()
Gets the value of the orderReference property. |
String |
getOrderRemark()
Gets the value of the orderRemark property. |
EnumOrderType |
getOrderType()
Gets the value of the orderType property. |
JAXBElement<EnumPackagingType> |
getPackaging()
Gets the value of the packaging property. |
PriorityType |
getPriority()
Gets the value of the priority property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetDeliveryInformation()
|
boolean |
isSetDeliveryOptions()
|
boolean |
isSetExtension()
|
boolean |
isSetInvoiceAddress()
|
boolean |
isSetOption()
|
boolean |
isSetOrderReference()
|
boolean |
isSetOrderRemark()
|
boolean |
isSetOrderType()
|
boolean |
isSetPackaging()
|
boolean |
isSetPriority()
|
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 |
setDeliveryInformation(DeliveryInformationType value)
Sets the value of the deliveryInformation property. |
void |
setDeliveryOptions(DeliveryOptionsType value)
Sets the value of the deliveryOptions property. |
void |
setExtension(List<Object> value)
|
void |
setInvoiceAddress(DeliveryAddressType value)
Sets the value of the invoiceAddress property. |
void |
setOption(List<CommonOrderSpecification.Option> value)
|
void |
setOrderReference(String value)
Sets the value of the orderReference property. |
void |
setOrderRemark(String value)
Sets the value of the orderRemark property. |
void |
setOrderType(EnumOrderType value)
Sets the value of the orderType property. |
void |
setPackaging(JAXBElement<EnumPackagingType> value)
Sets the value of the packaging property. |
void |
setPriority(PriorityType value)
Sets the value of the priority property. |
String |
toString()
|
void |
unsetExtension()
|
void |
unsetOption()
|
CommonOrderSpecification |
withDeliveryInformation(DeliveryInformationType value)
|
CommonOrderSpecification |
withDeliveryOptions(DeliveryOptionsType value)
|
CommonOrderSpecification |
withExtension(Collection<Object> values)
|
CommonOrderSpecification |
withExtension(List<Object> value)
|
CommonOrderSpecification |
withExtension(Object... values)
|
CommonOrderSpecification |
withInvoiceAddress(DeliveryAddressType value)
|
CommonOrderSpecification |
withOption(Collection<CommonOrderSpecification.Option> values)
|
CommonOrderSpecification |
withOption(CommonOrderSpecification.Option... values)
|
CommonOrderSpecification |
withOption(List<CommonOrderSpecification.Option> value)
|
CommonOrderSpecification |
withOrderReference(String value)
|
CommonOrderSpecification |
withOrderRemark(String value)
|
CommonOrderSpecification |
withOrderType(EnumOrderType value)
|
CommonOrderSpecification |
withPackaging(JAXBElement<EnumPackagingType> value)
|
CommonOrderSpecification |
withPriority(PriorityType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String orderReference
protected String orderRemark
protected DeliveryInformationType deliveryInformation
protected DeliveryAddressType invoiceAddress
protected JAXBElement<EnumPackagingType> packaging
protected List<CommonOrderSpecification.Option> option
protected DeliveryOptionsType deliveryOptions
protected PriorityType priority
protected EnumOrderType orderType
protected List<Object> extension
| Constructor Detail |
|---|
public CommonOrderSpecification()
| Method Detail |
|---|
public String getOrderReference()
Stringpublic void setOrderReference(String value)
value - allowed object is
Stringpublic boolean isSetOrderReference()
public String getOrderRemark()
Stringpublic void setOrderRemark(String value)
value - allowed object is
Stringpublic boolean isSetOrderRemark()
public DeliveryInformationType getDeliveryInformation()
DeliveryInformationTypepublic void setDeliveryInformation(DeliveryInformationType value)
value - allowed object is
DeliveryInformationTypepublic boolean isSetDeliveryInformation()
public DeliveryAddressType getInvoiceAddress()
DeliveryAddressTypepublic void setInvoiceAddress(DeliveryAddressType value)
value - allowed object is
DeliveryAddressTypepublic boolean isSetInvoiceAddress()
public JAXBElement<EnumPackagingType> getPackaging()
JAXBElement<EnumPackagingType>public void setPackaging(JAXBElement<EnumPackagingType> value)
value - allowed object is
JAXBElement<EnumPackagingType>public boolean isSetPackaging()
public List<CommonOrderSpecification.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
CommonOrderSpecification.Option
public boolean isSetOption()
public void unsetOption()
public DeliveryOptionsType getDeliveryOptions()
DeliveryOptionsTypepublic void setDeliveryOptions(DeliveryOptionsType value)
value - allowed object is
DeliveryOptionsTypepublic boolean isSetDeliveryOptions()
public PriorityType getPriority()
PriorityTypepublic void setPriority(PriorityType value)
value - allowed object is
PriorityTypepublic boolean isSetPriority()
public EnumOrderType getOrderType()
EnumOrderTypepublic void setOrderType(EnumOrderType value)
value - allowed object is
EnumOrderTypepublic boolean isSetOrderType()
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 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<CommonOrderSpecification.Option> value)
public void setExtension(List<Object> value)
public CommonOrderSpecification withOrderReference(String value)
public CommonOrderSpecification withOrderRemark(String value)
public CommonOrderSpecification withDeliveryInformation(DeliveryInformationType value)
public CommonOrderSpecification withInvoiceAddress(DeliveryAddressType value)
public CommonOrderSpecification withPackaging(JAXBElement<EnumPackagingType> value)
public CommonOrderSpecification withOption(CommonOrderSpecification.Option... values)
public CommonOrderSpecification withOption(Collection<CommonOrderSpecification.Option> values)
public CommonOrderSpecification withDeliveryOptions(DeliveryOptionsType value)
public CommonOrderSpecification withPriority(PriorityType value)
public CommonOrderSpecification withOrderType(EnumOrderType value)
public CommonOrderSpecification withExtension(Object... values)
public CommonOrderSpecification withExtension(Collection<Object> values)
public CommonOrderSpecification withOption(List<CommonOrderSpecification.Option> value)
public CommonOrderSpecification withExtension(List<Object> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||