Package org.graphdrawing.graphml
Class DataExtensionType
java.lang.Object
org.graphdrawing.graphml.DataExtensionType
- Direct Known Subclasses:
DataType
,DefaultType
public class DataExtensionType
extends java.lang.Object
Extension mechanism for the content of and .
The complex type data-extension.type is empty per default.
Users may redefine this type in order to add content to
the complex types data.type and default.type which are
extensions of data-extension.type.
Java class for data-extension.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="data-extension.type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
content
-
Constructor Summary
Constructors Constructor Description DataExtensionType()
-
Method Summary
Modifier and Type Method Description java.lang.String
getContent()
Extension mechanism for the content of and. void
setContent(java.lang.String value)
Sets the value of the content property.
-
Field Details
-
content
protected java.lang.String content
-
-
Constructor Details
-
DataExtensionType
public DataExtensionType()
-
-
Method Details
-
getContent
public java.lang.String getContent()Extension mechanism for the content of and. The complex type data-extension.type is empty per default. Users may redefine this type in order to add content to the complex types data.type and default.type which are extensions of data-extension.type. - Returns:
- possible object is
String
-
setContent
public void setContent(java.lang.String value)Sets the value of the content property.- Parameters:
value
- allowed object isString
-