|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.oseo.v_1_0.OrderRequestBaseType
net.opengis.oseo.v_1_0.OrderOptionsRequestType
public class OrderOptionsRequestType
Java class for OrderOptionsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderOptionsRequestType">
<complexContent>
<extension base="{http://www.opengis.net/oseo/1.0}OrderRequestBaseType">
<sequence>
<element name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<choice>
<element ref="{http://www.opengis.net/oseo/1.0}collectionId"/>
<element ref="{http://www.opengis.net/oseo/1.0}identifier" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/oseo/1.0}taskingRequestId"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
collectionId
|
protected List<String> |
identifier
|
protected TaskingRequestIdType |
taskingRequestId
|
protected XMLGregorianCalendar |
timeStamp
|
| Fields inherited from class net.opengis.oseo.v_1_0.OrderRequestBaseType |
|---|
SERVICE, version |
| Constructor Summary | |
|---|---|
OrderOptionsRequestType()
|
|
| 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)
|
String |
getCollectionId()
Gets the value of the collectionId property. |
List<String> |
getIdentifier()
Gets the value of the identifier property. |
TaskingRequestIdType |
getTaskingRequestId()
Gets the value of the taskingRequestId property. |
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetCollectionId()
|
boolean |
isSetIdentifier()
|
boolean |
isSetTaskingRequestId()
|
boolean |
isSetTimeStamp()
|
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 |
setCollectionId(String value)
Sets the value of the collectionId property. |
void |
setIdentifier(List<String> value)
|
void |
setTaskingRequestId(TaskingRequestIdType value)
Sets the value of the taskingRequestId property. |
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property. |
String |
toString()
|
void |
unsetIdentifier()
|
OrderOptionsRequestType |
withCollectionId(String value)
|
OrderOptionsRequestType |
withIdentifier(Collection<String> values)
|
OrderOptionsRequestType |
withIdentifier(List<String> value)
|
OrderOptionsRequestType |
withIdentifier(String... values)
|
OrderOptionsRequestType |
withTaskingRequestId(TaskingRequestIdType value)
|
OrderOptionsRequestType |
withTimeStamp(XMLGregorianCalendar value)
|
OrderOptionsRequestType |
withVersion(String value)
|
| Methods inherited from class net.opengis.oseo.v_1_0.OrderRequestBaseType |
|---|
getVersion, isSetVersion, setVersion |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar timeStamp
protected String collectionId
protected List<String> identifier
protected TaskingRequestIdType taskingRequestId
| Constructor Detail |
|---|
public OrderOptionsRequestType()
| Method Detail |
|---|
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimeStamp()
public String getCollectionId()
Stringpublic void setCollectionId(String value)
value - allowed object is
Stringpublic boolean isSetCollectionId()
public List<String> getIdentifier()
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 identifier property.
For example, to add a new item, do as follows:
getIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetIdentifier()
public void unsetIdentifier()
public TaskingRequestIdType getTaskingRequestId()
TaskingRequestIdTypepublic void setTaskingRequestId(TaskingRequestIdType value)
value - allowed object is
TaskingRequestIdTypepublic boolean isSetTaskingRequestId()
public String toString()
toString in class OrderRequestBaseType
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.ToString2append in class OrderRequestBaseType
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.ToString2appendFields in class OrderRequestBaseType
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.Equals2equals in class OrderRequestBaseTypepublic boolean equals(Object object)
equals in class OrderRequestBaseType
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.HashCode2hashCode in class OrderRequestBaseTypepublic int hashCode()
hashCode in class OrderRequestBaseTypepublic Object clone()
clone in class OrderRequestBaseTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class OrderRequestBaseType
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.CopyTo2copyTo in class OrderRequestBaseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class OrderRequestBaseType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class OrderRequestBaseType
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.MergeFrom2mergeFrom in class OrderRequestBaseTypepublic void setIdentifier(List<String> value)
public OrderOptionsRequestType withTimeStamp(XMLGregorianCalendar value)
public OrderOptionsRequestType withCollectionId(String value)
public OrderOptionsRequestType withIdentifier(String... values)
public OrderOptionsRequestType withIdentifier(Collection<String> values)
public OrderOptionsRequestType withTaskingRequestId(TaskingRequestIdType value)
public OrderOptionsRequestType withIdentifier(List<String> value)
public OrderOptionsRequestType withVersion(String value)
withVersion in class OrderRequestBaseType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||