net.opengis.oseo.v_1_0
Class OrderOptionsRequestType

java.lang.Object
  extended by net.opengis.oseo.v_1_0.OrderRequestBaseType
      extended by net.opengis.oseo.v_1_0.OrderOptionsRequestType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class OrderOptionsRequestType
extends OrderRequestBaseType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

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

timeStamp

protected XMLGregorianCalendar timeStamp

collectionId

protected String collectionId

identifier

protected List<String> identifier

taskingRequestId

protected TaskingRequestIdType taskingRequestId
Constructor Detail

OrderOptionsRequestType

public OrderOptionsRequestType()
Method Detail

getTimeStamp

public XMLGregorianCalendar getTimeStamp()
Gets the value of the timeStamp property.

Returns:
possible object is XMLGregorianCalendar

setTimeStamp

public void setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetTimeStamp

public boolean isSetTimeStamp()

getCollectionId

public String getCollectionId()
Gets the value of the collectionId property.

Returns:
possible object is String

setCollectionId

public void setCollectionId(String value)
Sets the value of the collectionId property.

Parameters:
value - allowed object is String

isSetCollectionId

public boolean isSetCollectionId()

getIdentifier

public List<String> getIdentifier()
Gets the value of the identifier property.

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


isSetIdentifier

public boolean isSetIdentifier()

unsetIdentifier

public void unsetIdentifier()

getTaskingRequestId

public TaskingRequestIdType getTaskingRequestId()
Gets the value of the taskingRequestId property.

Returns:
possible object is TaskingRequestIdType

setTaskingRequestId

public void setTaskingRequestId(TaskingRequestIdType value)
Sets the value of the taskingRequestId property.

Parameters:
value - allowed object is TaskingRequestIdType

isSetTaskingRequestId

public boolean isSetTaskingRequestId()

toString

public String toString()
Overrides:
toString in class OrderRequestBaseType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class OrderRequestBaseType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class OrderRequestBaseType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class OrderRequestBaseType

equals

public boolean equals(Object object)
Overrides:
equals in class OrderRequestBaseType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class OrderRequestBaseType

hashCode

public int hashCode()
Overrides:
hashCode in class OrderRequestBaseType

clone

public Object clone()
Overrides:
clone in class OrderRequestBaseType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class OrderRequestBaseType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class OrderRequestBaseType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
createNewInstance in class OrderRequestBaseType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class OrderRequestBaseType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class OrderRequestBaseType

setIdentifier

public void setIdentifier(List<String> value)

withTimeStamp

public OrderOptionsRequestType withTimeStamp(XMLGregorianCalendar value)

withCollectionId

public OrderOptionsRequestType withCollectionId(String value)

withIdentifier

public OrderOptionsRequestType withIdentifier(String... values)

withIdentifier

public OrderOptionsRequestType withIdentifier(Collection<String> values)

withTaskingRequestId

public OrderOptionsRequestType withTaskingRequestId(TaskingRequestIdType value)

withIdentifier

public OrderOptionsRequestType withIdentifier(List<String> value)

withVersion

public OrderOptionsRequestType withVersion(String value)
Overrides:
withVersion in class OrderRequestBaseType


Copyright © 2008-2015. All Rights Reserved.