org.ean_ucc.schemas._1_3.eanucc
Class OrderResponse

java.lang.Object
  extended by org.ean_ucc.schemas._1_3.eanucc.OrderResponse
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class OrderResponse
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for OrderResponseType complex type.

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

 <complexType name="OrderResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orderResponseIdentification" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String orderResponseIdentification
           
 
Constructor Summary
OrderResponse()
          Default no-arg constructor
OrderResponse(String orderResponseIdentification)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 String getOrderResponseIdentification()
          Gets the value of the orderResponseIdentification property.
 void setOrderResponseIdentification(String value)
          Sets the value of the orderResponseIdentification property.
 String toString()
           
 OrderResponse withOrderResponseIdentification(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

orderResponseIdentification

protected String orderResponseIdentification
Constructor Detail

OrderResponse

public OrderResponse()
Default no-arg constructor


OrderResponse

public OrderResponse(String orderResponseIdentification)
Fully-initialising value constructor

Method Detail

getOrderResponseIdentification

public String getOrderResponseIdentification()
Gets the value of the orderResponseIdentification property.

Returns:
possible object is String

setOrderResponseIdentification

public void setOrderResponseIdentification(String value)
Sets the value of the orderResponseIdentification property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withOrderResponseIdentification

public OrderResponse withOrderResponseIdentification(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.