net.opengis.oseo.v_1_0
Class SubmitOrderRequestType

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

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

 <complexType name="SubmitOrderRequestType">
   <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}orderSpecification"/>
           <element name="quotationId" type="{http://www.opengis.net/oseo/1.0}QuotationIdType"/>
         </choice>
         <element ref="{http://www.opengis.net/oseo/1.0}statusNotification"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  OrderSpecification orderSpecification
           
protected  String quotationId
           
protected  String statusNotification
           
protected  XMLGregorianCalendar timeStamp
           
 
Fields inherited from class net.opengis.oseo.v_1_0.OrderRequestBaseType
SERVICE, version
 
Constructor Summary
SubmitOrderRequestType()
           
 
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)
           
 OrderSpecification getOrderSpecification()
          Gets the value of the orderSpecification property.
 String getQuotationId()
          Gets the value of the quotationId property.
 String getStatusNotification()
          This element specifies how many status notifications are sent back to the caller of the Submit operation.
 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 isSetOrderSpecification()
           
 boolean isSetQuotationId()
           
 boolean isSetStatusNotification()
           
 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 setOrderSpecification(OrderSpecification value)
          Sets the value of the orderSpecification property.
 void setQuotationId(String value)
          Sets the value of the quotationId property.
 void setStatusNotification(String value)
          Sets the value of the statusNotification property.
 void setTimeStamp(XMLGregorianCalendar value)
          Sets the value of the timeStamp property.
 String toString()
           
 SubmitOrderRequestType withOrderSpecification(OrderSpecification value)
           
 SubmitOrderRequestType withQuotationId(String value)
           
 SubmitOrderRequestType withStatusNotification(String value)
           
 SubmitOrderRequestType withTimeStamp(XMLGregorianCalendar value)
           
 SubmitOrderRequestType 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

orderSpecification

protected OrderSpecification orderSpecification

quotationId

protected String quotationId

statusNotification

protected String statusNotification
Constructor Detail

SubmitOrderRequestType

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

getOrderSpecification

public OrderSpecification getOrderSpecification()
Gets the value of the orderSpecification property.

Returns:
possible object is OrderSpecification

setOrderSpecification

public void setOrderSpecification(OrderSpecification value)
Sets the value of the orderSpecification property.

Parameters:
value - allowed object is OrderSpecification

isSetOrderSpecification

public boolean isSetOrderSpecification()

getQuotationId

public String getQuotationId()
Gets the value of the quotationId property.

Returns:
possible object is String

setQuotationId

public void setQuotationId(String value)
Sets the value of the quotationId property.

Parameters:
value - allowed object is String

isSetQuotationId

public boolean isSetQuotationId()

getStatusNotification

public String getStatusNotification()
This element specifies how many status notifications are sent back to the caller of the Submit operation.

Returns:
possible object is String

setStatusNotification

public void setStatusNotification(String value)
Sets the value of the statusNotification property.

Parameters:
value - allowed object is String

isSetStatusNotification

public boolean isSetStatusNotification()

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 SubmitOrderRequestType withTimeStamp(XMLGregorianCalendar value)

withOrderSpecification

public SubmitOrderRequestType withOrderSpecification(OrderSpecification value)

withQuotationId

public SubmitOrderRequestType withQuotationId(String value)

withStatusNotification

public SubmitOrderRequestType withStatusNotification(String value)

withVersion

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


Copyright © 2008-2015. All Rights Reserved.