org.unece.cefact.namespaces.standardbusinessdocumentheader
Class StandardBusinessDocument

java.lang.Object
  extended by org.unece.cefact.namespaces.standardbusinessdocumentheader.StandardBusinessDocument
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

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

Java class for StandardBusinessDocument complex type.

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

 <complexType name="StandardBusinessDocument">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}StandardBusinessDocumentHeader" minOccurs="0"/>
         <any processContents='lax' namespace='##other'/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object any
           
protected  StandardBusinessDocumentHeader standardBusinessDocumentHeader
           
 
Constructor Summary
StandardBusinessDocument()
          Default no-arg constructor
StandardBusinessDocument(StandardBusinessDocumentHeader standardBusinessDocumentHeader, Object any)
          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)
           
 Object getAny()
          Gets the value of the any property.
 StandardBusinessDocumentHeader getStandardBusinessDocumentHeader()
          Gets the value of the standardBusinessDocumentHeader property.
 void setAny(Object value)
          Sets the value of the any property.
 void setStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
          Sets the value of the standardBusinessDocumentHeader property.
 String toString()
           
 StandardBusinessDocument withAny(Object value)
           
 StandardBusinessDocument withStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

standardBusinessDocumentHeader

protected StandardBusinessDocumentHeader standardBusinessDocumentHeader

any

protected Object any
Constructor Detail

StandardBusinessDocument

public StandardBusinessDocument()
Default no-arg constructor


StandardBusinessDocument

public StandardBusinessDocument(StandardBusinessDocumentHeader standardBusinessDocumentHeader,
                                Object any)
Fully-initialising value constructor

Method Detail

getStandardBusinessDocumentHeader

public StandardBusinessDocumentHeader getStandardBusinessDocumentHeader()
Gets the value of the standardBusinessDocumentHeader property.

Returns:
possible object is StandardBusinessDocumentHeader

setStandardBusinessDocumentHeader

public void setStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
Sets the value of the standardBusinessDocumentHeader property.

Parameters:
value - allowed object is StandardBusinessDocumentHeader

getAny

public Object getAny()
Gets the value of the any property.

Returns:
possible object is Element Object

setAny

public void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object

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

withStandardBusinessDocumentHeader

public StandardBusinessDocument withStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)

withAny

public StandardBusinessDocument withAny(Object value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.