|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataExtensionType
An XML data-extension.type(@http://graphml.graphdrawing.org/xmlns). This is a complex type.
Nested Class Summary | |
---|---|
static class |
DataExtensionType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
ParameterWrapperType |
addNewParameterWrapper()
Appends and returns a new empty "parameterWrapper" element |
PropertyListType |
addNewProperties()
Appends and returns a new empty "properties" element |
XmlHistoryType |
addNewXmlHistory()
Appends and returns a new empty "xmlHistory" element |
ParameterWrapperType |
getParameterWrapper()
Gets the "parameterWrapper" element |
PropertyListType |
getProperties()
Gets the "properties" element |
XmlHistoryType |
getXmlHistory()
Gets the "xmlHistory" element |
boolean |
isSetParameterWrapper()
True if has "parameterWrapper" element |
boolean |
isSetProperties()
True if has "properties" element |
boolean |
isSetXmlHistory()
True if has "xmlHistory" element |
void |
setParameterWrapper(ParameterWrapperType parameterWrapper)
Sets the "parameterWrapper" element |
void |
setProperties(PropertyListType properties)
Sets the "properties" element |
void |
setXmlHistory(XmlHistoryType xmlHistory)
Sets the "xmlHistory" element |
void |
unsetParameterWrapper()
Unsets the "parameterWrapper" element |
void |
unsetProperties()
Unsets the "properties" element |
void |
unsetXmlHistory()
Unsets the "xmlHistory" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
PropertyListType getProperties()
boolean isSetProperties()
void setProperties(PropertyListType properties)
PropertyListType addNewProperties()
void unsetProperties()
XmlHistoryType getXmlHistory()
boolean isSetXmlHistory()
void setXmlHistory(XmlHistoryType xmlHistory)
XmlHistoryType addNewXmlHistory()
void unsetXmlHistory()
ParameterWrapperType getParameterWrapper()
boolean isSetParameterWrapper()
void setParameterWrapper(ParameterWrapperType parameterWrapper)
ParameterWrapperType addNewParameterWrapper()
void unsetParameterWrapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |