net.opengis.oseo.v_1_0
Class GetQuotationResponseRequestType

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

status

protected OrderResponseStatusType status

errorMessage

protected String errorMessage

quotation

protected OrderQuotation quotation
Constructor Detail

GetQuotationResponseRequestType

public GetQuotationResponseRequestType()
Method Detail

getStatus

public OrderResponseStatusType getStatus()
Gets the value of the status property.

Returns:
possible object is OrderResponseStatusType

setStatus

public void setStatus(OrderResponseStatusType value)
Sets the value of the status property.

Parameters:
value - allowed object is OrderResponseStatusType

isSetStatus

public boolean isSetStatus()

getErrorMessage

public String getErrorMessage()
Gets the value of the errorMessage property.

Returns:
possible object is String

setErrorMessage

public void setErrorMessage(String value)
Sets the value of the errorMessage property.

Parameters:
value - allowed object is String

isSetErrorMessage

public boolean isSetErrorMessage()

getQuotation

public OrderQuotation getQuotation()
Gets the value of the quotation property.

Returns:
possible object is OrderQuotation

setQuotation

public void setQuotation(OrderQuotation value)
Sets the value of the quotation property.

Parameters:
value - allowed object is OrderQuotation

isSetQuotation

public boolean isSetQuotation()

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

withStatus

public GetQuotationResponseRequestType withStatus(OrderResponseStatusType value)

withErrorMessage

public GetQuotationResponseRequestType withErrorMessage(String value)

withQuotation

public GetQuotationResponseRequestType withQuotation(OrderQuotation value)

withVersion

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


Copyright © 2008-2015. All Rights Reserved.