org.ean_ucc.schemas._1_3.eanucc
Class Order

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

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

Java class for OrderType complex type.

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

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


Field Summary
protected  String orderIdentification
           
 
Constructor Summary
Order()
          Default no-arg constructor
Order(String orderIdentification)
          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 getOrderIdentification()
          Gets the value of the orderIdentification property.
 void setOrderIdentification(String value)
          Sets the value of the orderIdentification property.
 String toString()
           
 Order withOrderIdentification(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

orderIdentification

protected String orderIdentification
Constructor Detail

Order

public Order()
Default no-arg constructor


Order

public Order(String orderIdentification)
Fully-initialising value constructor

Method Detail

getOrderIdentification

public String getOrderIdentification()
Gets the value of the orderIdentification property.

Returns:
possible object is String

setOrderIdentification

public void setOrderIdentification(String value)
Sets the value of the orderIdentification 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

withOrderIdentification

public Order withOrderIdentification(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.