Package 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetDesc()Gets the "desc" elementgetId()Gets the "id" attributegetNode()Gets the "node" attributegetPort()Gets the "port" attributegetType()Gets the "type" attributebooleanTrue if has "desc" elementbooleanisSetId()True if has "id" attributebooleanTrue if has "port" attributebooleanTrue if has "type" attributevoidSets the "desc" elementvoidSets the "id" attributevoidSets the "node" attributevoidSets the "port" attributevoidsetType(EndpointTypeType.Enum type) Sets the "type" attributevoidUnsets the "desc" elementvoidunsetId()Unsets the "id" attributevoidUnsets the "port" attributevoidUnsets the "type" attributeorg.apache.xmlbeans.XmlStringxgetDesc()Gets (as xml) the "desc" elementorg.apache.xmlbeans.XmlNMTOKENxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlNMTOKENxgetNode()Gets (as xml) the "node" attributeorg.apache.xmlbeans.XmlNMTOKENxgetPort()Gets (as xml) the "port" attributexgetType()Gets (as xml) the "type" attributevoidxsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" elementvoidxsetId(org.apache.xmlbeans.XmlNMTOKEN id) Sets (as xml) the "id" attributevoidxsetNode(org.apache.xmlbeans.XmlNMTOKEN node) Sets (as xml) the "node" attributevoidxsetPort(org.apache.xmlbeans.XmlNMTOKEN port) Sets (as xml) the "port" attributevoidxsetType(EndpointTypeType type) Sets (as xml) the "type" attributeMethods 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, valueHashCodeMethods 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
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
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
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
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
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute
-