public abstract class BaseDataGraphType extends Object
Java class for BaseDataGraphType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseDataGraphType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="models" type="{commonj.sdo}ModelsType" minOccurs="0"/>
<element name="xsd" type="{commonj.sdo}XSDType" minOccurs="0"/>
<element name="changeSummary" type="{commonj.sdo}ChangeSummaryType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChangeSummaryType |
changeSummary |
protected ModelsType |
models |
protected XSDType |
xsd |
| Constructor and Description |
|---|
BaseDataGraphType() |
| Modifier and Type | Method and Description |
|---|---|
ChangeSummaryType |
getChangeSummary()
Gets the value of the changeSummary property.
|
ModelsType |
getModels()
Gets the value of the models property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
XSDType |
getXsd()
Gets the value of the xsd property.
|
void |
setChangeSummary(ChangeSummaryType value)
Sets the value of the changeSummary property.
|
void |
setModels(ModelsType value)
Sets the value of the models property.
|
void |
setXsd(XSDType value)
Sets the value of the xsd property.
|
protected ModelsType models
protected XSDType xsd
protected ChangeSummaryType changeSummary
public ModelsType getModels()
ModelsTypepublic void setModels(ModelsType value)
value - allowed object is
ModelsTypepublic XSDType getXsd()
XSDTypepublic void setXsd(XSDType value)
value - allowed object is
XSDTypepublic ChangeSummaryType getChangeSummary()
ChangeSummaryTypepublic void setChangeSummary(ChangeSummaryType value)
value - allowed object is
ChangeSummaryTypepublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
Copyright © 2017. All rights reserved.