|
|||||||||
| 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.GetQuotationResponseRequestType
public class GetQuotationResponseRequestType
Java class for GetQuotationResponseRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetQuotationResponseRequestType">
<complexContent>
<extension base="{http://www.opengis.net/oseo/1.0}OrderRequestBaseType">
<sequence>
<element name="status" type="{http://www.opengis.net/oseo/1.0}OrderResponseStatusType"/>
<element name="errorMessage" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="quotation" type="{http://www.opengis.net/oseo/1.0}OrderQuotation"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
errorMessage
|
protected OrderQuotation |
quotation
|
protected OrderResponseStatusType |
status
|
| Fields inherited from class net.opengis.oseo.v_1_0.OrderRequestBaseType |
|---|
SERVICE, version |
| Constructor Summary | |
|---|---|
GetQuotationResponseRequestType()
|
|
| 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 |
getErrorMessage()
Gets the value of the errorMessage property. |
OrderQuotation |
getQuotation()
Gets the value of the quotation property. |
OrderResponseStatusType |
getStatus()
Gets the value of the status property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetErrorMessage()
|
boolean |
isSetQuotation()
|
boolean |
isSetStatus()
|
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 |
setErrorMessage(String value)
Sets the value of the errorMessage property. |
void |
setQuotation(OrderQuotation value)
Sets the value of the quotation property. |
void |
setStatus(OrderResponseStatusType value)
Sets the value of the status property. |
String |
toString()
|
GetQuotationResponseRequestType |
withErrorMessage(String value)
|
GetQuotationResponseRequestType |
withQuotation(OrderQuotation value)
|
GetQuotationResponseRequestType |
withStatus(OrderResponseStatusType value)
|
GetQuotationResponseRequestType |
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 OrderResponseStatusType status
protected String errorMessage
protected OrderQuotation quotation
| Constructor Detail |
|---|
public GetQuotationResponseRequestType()
| Method Detail |
|---|
public OrderResponseStatusType getStatus()
OrderResponseStatusTypepublic void setStatus(OrderResponseStatusType value)
value - allowed object is
OrderResponseStatusTypepublic boolean isSetStatus()
public String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic boolean isSetErrorMessage()
public OrderQuotation getQuotation()
OrderQuotationpublic void setQuotation(OrderQuotation value)
value - allowed object is
OrderQuotationpublic boolean isSetQuotation()
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 GetQuotationResponseRequestType withStatus(OrderResponseStatusType value)
public GetQuotationResponseRequestType withErrorMessage(String value)
public GetQuotationResponseRequestType withQuotation(OrderQuotation value)
public GetQuotationResponseRequestType withVersion(String value)
withVersion in class OrderRequestBaseType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||