public interface EndpointType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
EndpointType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc()
Gets the "desc" element
|
String |
getId()
Gets the "id" attribute
|
String |
getNode()
Gets the "node" attribute
|
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(String desc)
Sets the "desc" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setNode(String node)
Sets the "node" attribute
|
void |
setPort(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
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getDesc()
org.apache.xmlbeans.XmlString xgetDesc()
boolean isSetDesc()
void setDesc(String desc)
void xsetDesc(org.apache.xmlbeans.XmlString desc)
void unsetDesc()
String getId()
org.apache.xmlbeans.XmlNMTOKEN xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
void unsetId()
String getPort()
org.apache.xmlbeans.XmlNMTOKEN xgetPort()
boolean isSetPort()
void setPort(String port)
void xsetPort(org.apache.xmlbeans.XmlNMTOKEN port)
void unsetPort()
String getNode()
org.apache.xmlbeans.XmlNMTOKEN xgetNode()
void setNode(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()
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.