Interface EndpointType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EndpointTypeImpl

public interface EndpointType extends org.apache.xmlbeans.XmlObject
An XML endpoint.type(@http://graphml.graphdrawing.org/xmlns). This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the "desc" element
    Gets the "id" attribute
    Gets the "node" attribute
    Gets the "port" attribute
    Gets the "type" attribute
    boolean
    True if has "desc" element
    boolean
    True if has "id" attribute
    boolean
    True if has "port" attribute
    boolean
    True if has "type" attribute
    void
    Sets the "desc" element
    void
    Sets the "id" attribute
    void
    Sets the "node" attribute
    void
    Sets the "port" attribute
    void
    Sets the "type" attribute
    void
    Unsets the "desc" element
    void
    Unsets the "id" attribute
    void
    Unsets the "port" attribute
    void
    Unsets the "type" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "desc" element
    org.apache.xmlbeans.XmlNMTOKEN
    Gets (as xml) the "id" attribute
    org.apache.xmlbeans.XmlNMTOKEN
    Gets (as xml) the "node" attribute
    org.apache.xmlbeans.XmlNMTOKEN
    Gets (as xml) the "port" attribute
    Gets (as xml) the "type" attribute
    void
    xsetDesc(org.apache.xmlbeans.XmlString desc)
    Sets (as xml) the "desc" element
    void
    xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
    Sets (as xml) the "id" attribute
    void
    xsetNode(org.apache.xmlbeans.XmlNMTOKEN node)
    Sets (as xml) the "node" attribute
    void
    xsetPort(org.apache.xmlbeans.XmlNMTOKEN port)
    Sets (as xml) the "port" attribute
    void
    Sets (as xml) the "type" attribute

    Methods inherited from interface org.apache.xmlbeans.XmlObject

    changeType, compareTo, compareValue, copy, 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 Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getDesc

      String getDesc()
      Gets the "desc" element
    • xgetDesc

      org.apache.xmlbeans.XmlString xgetDesc()
      Gets (as xml) the "desc" element
    • isSetDesc

      boolean isSetDesc()
      True if has "desc" element
    • setDesc

      void setDesc(String desc)
      Sets the "desc" element
    • xsetDesc

      void xsetDesc(org.apache.xmlbeans.XmlString desc)
      Sets (as xml) the "desc" element
    • unsetDesc

      void unsetDesc()
      Unsets the "desc" element
    • getId

      String getId()
      Gets the "id" attribute
    • xgetId

      org.apache.xmlbeans.XmlNMTOKEN xgetId()
      Gets (as xml) the "id" attribute
    • isSetId

      boolean isSetId()
      True if has "id" attribute
    • setId

      void setId(String id)
      Sets the "id" attribute
    • xsetId

      void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
      Sets (as xml) the "id" attribute
    • unsetId

      void unsetId()
      Unsets the "id" attribute
    • getPort

      String getPort()
      Gets the "port" attribute
    • xgetPort

      org.apache.xmlbeans.XmlNMTOKEN xgetPort()
      Gets (as xml) the "port" attribute
    • isSetPort

      boolean isSetPort()
      True if has "port" attribute
    • setPort

      void setPort(String port)
      Sets the "port" attribute
    • xsetPort

      void xsetPort(org.apache.xmlbeans.XmlNMTOKEN port)
      Sets (as xml) the "port" attribute
    • unsetPort

      void unsetPort()
      Unsets the "port" attribute
    • getNode

      String getNode()
      Gets the "node" attribute
    • xgetNode

      org.apache.xmlbeans.XmlNMTOKEN xgetNode()
      Gets (as xml) the "node" attribute
    • setNode

      void setNode(String node)
      Sets the "node" attribute
    • xsetNode

      void xsetNode(org.apache.xmlbeans.XmlNMTOKEN node)
      Sets (as xml) the "node" attribute
    • getType

      Gets the "type" attribute
    • xgetType

      EndpointTypeType xgetType()
      Gets (as xml) the "type" attribute
    • isSetType

      boolean isSetType()
      True if has "type" attribute
    • setType

      void setType(EndpointTypeType.Enum type)
      Sets the "type" attribute
    • xsetType

      void xsetType(EndpointTypeType type)
      Sets (as xml) the "type" attribute
    • unsetType

      void unsetType()
      Unsets the "type" attribute