net.opengis.oseo.v_1_0
Class GetQuotationAckType

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

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

 <complexType name="GetQuotationAckType">
   <complexContent>
     <extension base="{http://www.opengis.net/oseo/1.0}OrderResponseBaseType">
       <sequence minOccurs="0">
         <choice>
           <element name="quotationId" type="{http://www.opengis.net/oseo/1.0}QuotationIdType"/>
           <element name="quotation" type="{http://www.opengis.net/oseo/1.0}OrderQuotation"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  OrderQuotation quotation
           
protected  String quotationId
           
 
Fields inherited from class net.opengis.oseo.v_1_0.OrderResponseBaseType
errorMessage, status
 
Constructor Summary
GetQuotationAckType()
           
 
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)
           
 OrderQuotation getQuotation()
          Gets the value of the quotation property.
 String getQuotationId()
          Gets the value of the quotationId property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetQuotation()
           
 boolean isSetQuotationId()
           
 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 setQuotation(OrderQuotation value)
          Sets the value of the quotation property.
 void setQuotationId(String value)
          Sets the value of the quotationId property.
 String toString()
           
 GetQuotationAckType withErrorMessage(String value)
           
 GetQuotationAckType withQuotation(OrderQuotation value)
           
 GetQuotationAckType withQuotationId(String value)
           
 GetQuotationAckType withStatus(OrderResponseStatusType value)
           
 
Methods inherited from class net.opengis.oseo.v_1_0.OrderResponseBaseType
getErrorMessage, getStatus, isSetErrorMessage, isSetStatus, setErrorMessage, setStatus
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

quotationId

protected String quotationId

quotation

protected OrderQuotation quotation
Constructor Detail

GetQuotationAckType

public GetQuotationAckType()
Method Detail

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

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 OrderResponseBaseType

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 OrderResponseBaseType

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 OrderResponseBaseType

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 OrderResponseBaseType

equals

public boolean equals(Object object)
Overrides:
equals in class OrderResponseBaseType

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 OrderResponseBaseType

hashCode

public int hashCode()
Overrides:
hashCode in class OrderResponseBaseType

clone

public Object clone()
Overrides:
clone in class OrderResponseBaseType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class OrderResponseBaseType

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 OrderResponseBaseType

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 OrderResponseBaseType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class OrderResponseBaseType

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 OrderResponseBaseType

withQuotationId

public GetQuotationAckType withQuotationId(String value)

withQuotation

public GetQuotationAckType withQuotation(OrderQuotation value)

withStatus

public GetQuotationAckType withStatus(OrderResponseStatusType value)
Overrides:
withStatus in class OrderResponseBaseType

withErrorMessage

public GetQuotationAckType withErrorMessage(String value)
Overrides:
withErrorMessage in class OrderResponseBaseType


Copyright © 2008-2015. All Rights Reserved.