|
|||||||||
| 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.CancelRequestType
public class CancelRequestType
Java class for CancelRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancelRequestType">
<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"/>
<element ref="{http://www.opengis.net/oseo/1.0}orderId"/>
<element ref="{http://www.opengis.net/oseo/1.0}statusNotification"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
orderId
|
protected String |
statusNotification
|
protected XMLGregorianCalendar |
timeStamp
|
| Fields inherited from class net.opengis.oseo.v_1_0.OrderRequestBaseType |
|---|
SERVICE, version |
| Constructor Summary | |
|---|---|
CancelRequestType()
|
|
| 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 |
getOrderId()
Gets the value of the orderId property. |
String |
getStatusNotification()
Gets the value of the statusNotification 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 |
isSetOrderId()
|
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 |
setOrderId(String value)
Sets the value of the orderId 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()
|
CancelRequestType |
withOrderId(String value)
|
CancelRequestType |
withStatusNotification(String value)
|
CancelRequestType |
withTimeStamp(XMLGregorianCalendar value)
|
CancelRequestType |
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 orderId
protected String statusNotification
| Constructor Detail |
|---|
public CancelRequestType()
| Method Detail |
|---|
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimeStamp()
public String getOrderId()
Stringpublic void setOrderId(String value)
value - allowed object is
Stringpublic boolean isSetOrderId()
public String getStatusNotification()
Stringpublic void setStatusNotification(String value)
value - allowed object is
Stringpublic boolean isSetStatusNotification()
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 CancelRequestType withTimeStamp(XMLGregorianCalendar value)
public CancelRequestType withOrderId(String value)
public CancelRequestType withStatusNotification(String value)
public CancelRequestType withVersion(String value)
withVersion in class OrderRequestBaseType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||