|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String getDesc()
org.apache.xmlbeans.XmlString xgetDesc()
boolean isSetDesc()
void setDesc(java.lang.String desc)
void xsetDesc(org.apache.xmlbeans.XmlString desc)
void unsetDesc()
java.lang.String getId()
org.apache.xmlbeans.XmlNMTOKEN xgetId()
boolean isSetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
void unsetId()
java.lang.String getPort()
org.apache.xmlbeans.XmlNMTOKEN xgetPort()
boolean isSetPort()
void setPort(java.lang.String port)
void xsetPort(org.apache.xmlbeans.XmlNMTOKEN port)
void unsetPort()
java.lang.String getNode()
org.apache.xmlbeans.XmlNMTOKEN xgetNode()
void setNode(java.lang.String node)
void xsetNode(org.apache.xmlbeans.XmlNMTOKEN node)
EndpointTypeType.Enum getType()
EndpointTypeType xgetType()
boolean isSetType()
void setType(EndpointTypeType.Enum type)
void xsetType(EndpointTypeType type)
void unsetType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |