net.opengis.oseo.v_1_0
Class GetStatusRequestType

java.lang.Object
  extended by net.opengis.oseo.v_1_0.OrderRequestBaseType
      extended by net.opengis.oseo.v_1_0.GetStatusRequestType
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 GetStatusRequestType
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 GetStatusRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetStatusRequestType">
   <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}orderId"/>
           <element name="filteringCriteria" type="{http://www.opengis.net/oseo/1.0}OrderSearchCriteriaType"/>
         </choice>
         <element name="presentation" type="{http://www.opengis.net/oseo/1.0}PresentationType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  OrderSearchCriteriaType filteringCriteria
           
protected  String orderId
           
protected  PresentationType presentation
           
protected  XMLGregorianCalendar timeStamp
           
 
Fields inherited from class net.opengis.oseo.v_1_0.OrderRequestBaseType
SERVICE, version
 
Constructor Summary
GetStatusRequestType()
           
 
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)
           
 OrderSearchCriteriaType getFilteringCriteria()
          Gets the value of the filteringCriteria property.
 String getOrderId()
          Gets the value of the orderId property.
 PresentationType getPresentation()
          Gets the value of the presentation 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 isSetFilteringCriteria()
           
 boolean isSetOrderId()
           
 boolean isSetPresentation()
           
 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 setFilteringCriteria(OrderSearchCriteriaType value)
          Sets the value of the filteringCriteria property.
 void setOrderId(String value)
          Sets the value of the orderId property.
 void setPresentation(PresentationType value)
          Sets the value of the presentation property.
 void setTimeStamp(XMLGregorianCalendar value)
          Sets the value of the timeStamp property.
 String toString()
           
 GetStatusRequestType withFilteringCriteria(OrderSearchCriteriaType value)
           
 GetStatusRequestType withOrderId(String value)
           
 GetStatusRequestType withPresentation(PresentationType value)
           
 GetStatusRequestType withTimeStamp(XMLGregorianCalendar value)
           
 GetStatusRequestType 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

orderId

protected String orderId

filteringCriteria

protected OrderSearchCriteriaType filteringCriteria

presentation

protected PresentationType presentation
Constructor Detail

GetStatusRequestType

public GetStatusRequestType()
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()

getOrderId

public String getOrderId()
Gets the value of the orderId property.

Returns:
possible object is String

setOrderId

public void setOrderId(String value)
Sets the value of the orderId property.

Parameters:
value - allowed object is String

isSetOrderId

public boolean isSetOrderId()

getFilteringCriteria

public OrderSearchCriteriaType getFilteringCriteria()
Gets the value of the filteringCriteria property.

Returns:
possible object is OrderSearchCriteriaType

setFilteringCriteria

public void setFilteringCriteria(OrderSearchCriteriaType value)
Sets the value of the filteringCriteria property.

Parameters:
value - allowed object is OrderSearchCriteriaType

isSetFilteringCriteria

public boolean isSetFilteringCriteria()

getPresentation

public PresentationType getPresentation()
Gets the value of the presentation property.

Returns:
possible object is PresentationType

setPresentation

public void setPresentation(PresentationType value)
Sets the value of the presentation property.

Parameters:
value - allowed object is PresentationType

isSetPresentation

public boolean isSetPresentation()

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

withTimeStamp

public GetStatusRequestType withTimeStamp(XMLGregorianCalendar value)

withOrderId

public GetStatusRequestType withOrderId(String value)

withFilteringCriteria

public GetStatusRequestType withFilteringCriteria(OrderSearchCriteriaType value)

withPresentation

public GetStatusRequestType withPresentation(PresentationType value)

withVersion

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


Copyright © 2008-2015. All Rights Reserved.