org.graphdrawing.graphml.xmlns
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
static class EndpointType.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
 java.lang.String getDesc()
          Gets the "desc" element
 java.lang.String getId()
          Gets the "id" attribute
 java.lang.String getNode()
          Gets the "node" attribute
 java.lang.String getPort()
          Gets the "port" attribute
 EndpointTypeType.Enum getType()
          Gets the "type" attribute
 boolean isSetDesc()
          True if has "desc" element
 boolean isSetId()
          True if has "id" attribute
 boolean isSetPort()
          True if has "port" attribute
 boolean isSetType()
          True if has "type" attribute
 void setDesc(java.lang.String desc)
          Sets the "desc" element
 void setId(java.lang.String id)
          Sets the "id" attribute
 void setNode(java.lang.String node)
          Sets the "node" attribute
 void setPort(java.lang.String port)
          Sets the "port" attribute
 void setType(EndpointTypeType.Enum type)
          Sets the "type" attribute
 void unsetDesc()
          Unsets the "desc" element
 void unsetId()
          Unsets the "id" attribute
 void unsetPort()
          Unsets the "port" attribute
 void unsetType()
          Unsets the "type" attribute
 org.apache.xmlbeans.XmlString xgetDesc()
          Gets (as xml) the "desc" element
 org.apache.xmlbeans.XmlNMTOKEN xgetId()
          Gets (as xml) the "id" attribute
 org.apache.xmlbeans.XmlNMTOKEN xgetNode()
          Gets (as xml) the "node" attribute
 org.apache.xmlbeans.XmlNMTOKEN xgetPort()
          Gets (as xml) the "port" attribute
 EndpointTypeType xgetType()
          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 xsetType(EndpointTypeType type)
          Sets (as xml) the "type" attribute
 
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

getDesc

java.lang.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(java.lang.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

java.lang.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(java.lang.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

java.lang.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(java.lang.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

java.lang.String getNode()
Gets the "node" attribute


xgetNode

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


setNode

void setNode(java.lang.String node)
Sets the "node" attribute


xsetNode

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


getType

EndpointTypeType.Enum 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



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