Class DataExtensionType

java.lang.Object
org.graphdrawing.graphml.DataExtensionType
Direct Known Subclasses:
DataType, DefaultType

public class DataExtensionType extends 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 Details

    • content

      protected String content
  • Constructor Details

    • DataExtensionType

      public DataExtensionType()
  • Method Details

    • getContent

      public 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(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String