org.plasma.xml.sdox
Class Datagraph
java.lang.Object
org.plasma.xml.sdox.BaseDataGraphType
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 org.w3c.dom.Element |
any
|
|
Method Summary |
org.w3c.dom.Element |
getAny()
Gets the value of the any property. |
void |
setAny(org.w3c.dom.Element value)
Sets the value of the any property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
any
protected org.w3c.dom.Element any
Datagraph
public Datagraph()
getAny
public org.w3c.dom.Element getAny()
- Gets the value of the any property.
- Returns:
- possible object is
Element
setAny
public void setAny(org.w3c.dom.Element value)
- Sets the value of the any property.
- Parameters:
value - allowed object is
Element
Copyright © 2013. All Rights Reserved.