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>
| Modifier and Type | Field and Description |
|---|---|
protected Element |
any |
changeSummary, models, xsd| Constructor and Description |
|---|
Datagraph() |
| Modifier and Type | Method and Description |
|---|---|
Element |
getAny()
Gets the value of the any property.
|
void |
setAny(Element value)
Sets the value of the any property.
|
getChangeSummary, getModels, getOtherAttributes, getXsd, setChangeSummary, setModels, setXsdprotected Element any
Copyright © 2019. All rights reserved.