org.plasma.xml.sdox
Class Datagraph

java.lang.Object
  extended by org.plasma.xml.sdox.BaseDataGraphType
      extended by org.plasma.xml.sdox.Datagraph

public class Datagraph
extends BaseDataGraphType

Java class for DataGraphType complex type.

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

 <complexType name="DataGraphType">
   <complexContent>
     <extension base="{commonj.sdo}BaseDataGraphType">
       <sequence>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Element any
           
 
Fields inherited from class org.plasma.xml.sdox.BaseDataGraphType
changeSummary, models, xsd
 
Constructor Summary
Datagraph()
           
 
Method Summary
 Element getAny()
          Gets the value of the any property.
 void setAny(Element value)
          Sets the value of the any property.
 
Methods inherited from class org.plasma.xml.sdox.BaseDataGraphType
getChangeSummary, getModels, getOtherAttributes, getXsd, setChangeSummary, setModels, setXsd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected Element any
Constructor Detail

Datagraph

public Datagraph()
Method Detail

getAny

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

Returns:
possible object is Element

setAny

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

Parameters:
value - allowed object is Element


Copyright © 2013. All rights reserved.