Package org.graphdrawing.graphml
Class DataExtensionType
java.lang.Object
org.graphdrawing.graphml.DataExtensionType
- Direct Known Subclasses:
DataType,DefaultType
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtension mechanism for the content of and. voidsetContent(String value) Sets the value of the content property.
-
Field Details
-
-
Constructor Details
-
DataExtensionType
public DataExtensionType()
-
-
Method Details
-
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
Sets the value of the content property.- Parameters:
value- allowed object isString
-