org.fosstrak.epcis.model
Class StandardBusinessDocument

java.lang.Object
  extended by org.fosstrak.epcis.model.StandardBusinessDocument

public class StandardBusinessDocument
extends Object

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()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

standardBusinessDocumentHeader

protected StandardBusinessDocumentHeader standardBusinessDocumentHeader

any

protected Object any
Constructor Detail

StandardBusinessDocument

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


Copyright © 2010. All Rights Reserved.