org.graphdrawing.graphml.xmlns
Interface DataExtensionType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
DataType, DefaultType
All Known Implementing Classes:
DataExtensionTypeImpl, DataTypeImpl, DefaultTypeImpl

public interface DataExtensionType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getProperties

PropertyListType getProperties()
Gets the "properties" element


isSetProperties

boolean isSetProperties()
True if has "properties" element


setProperties

void setProperties(PropertyListType properties)
Sets the "properties" element


addNewProperties

PropertyListType addNewProperties()
Appends and returns a new empty "properties" element


unsetProperties

void unsetProperties()
Unsets the "properties" element


getXmlHistory

XmlHistoryType getXmlHistory()
Gets the "xmlHistory" element


isSetXmlHistory

boolean isSetXmlHistory()
True if has "xmlHistory" element


setXmlHistory

void setXmlHistory(XmlHistoryType xmlHistory)
Sets the "xmlHistory" element


addNewXmlHistory

XmlHistoryType addNewXmlHistory()
Appends and returns a new empty "xmlHistory" element


unsetXmlHistory

void unsetXmlHistory()
Unsets the "xmlHistory" element


getParameterWrapper

ParameterWrapperType getParameterWrapper()
Gets the "parameterWrapper" element


isSetParameterWrapper

boolean isSetParameterWrapper()
True if has "parameterWrapper" element


setParameterWrapper

void setParameterWrapper(ParameterWrapperType parameterWrapper)
Sets the "parameterWrapper" element


addNewParameterWrapper

ParameterWrapperType addNewParameterWrapper()
Appends and returns a new empty "parameterWrapper" element


unsetParameterWrapper

void unsetParameterWrapper()
Unsets the "parameterWrapper" element



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.