public interface BaseURIType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
BaseURIType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
BaseURIType.Scheme
An XML scheme(@http://grinder.sourceforge.net/tcpproxy/http/1.0).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getHost()
Gets the "host" element
|
int |
getPort()
Gets the "port" element
|
BaseURIType.Scheme.Enum |
getScheme()
Gets the "scheme" element
|
String |
getUriId()
Gets the "uri-id" attribute
|
boolean |
isSetUriId()
True if has "uri-id" attribute
|
void |
setHost(String host)
Sets the "host" element
|
void |
setPort(int port)
Sets the "port" element
|
void |
setScheme(BaseURIType.Scheme.Enum scheme)
Sets the "scheme" element
|
void |
setUriId(String uriId)
Sets the "uri-id" attribute
|
void |
unsetUriId()
Unsets the "uri-id" attribute
|
org.apache.xmlbeans.XmlNMTOKEN |
xgetHost()
Gets (as xml) the "host" element
|
org.apache.xmlbeans.XmlUnsignedShort |
xgetPort()
Gets (as xml) the "port" element
|
BaseURIType.Scheme |
xgetScheme()
Gets (as xml) the "scheme" element
|
IDType |
xgetUriId()
Gets (as xml) the "uri-id" attribute
|
void |
xsetHost(org.apache.xmlbeans.XmlNMTOKEN host)
Sets (as xml) the "host" element
|
void |
xsetPort(org.apache.xmlbeans.XmlUnsignedShort port)
Sets (as xml) the "port" element
|
void |
xsetScheme(BaseURIType.Scheme scheme)
Sets (as xml) the "scheme" element
|
void |
xsetUriId(IDType uriId)
Sets (as xml) the "uri-id" attribute
|
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
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
BaseURIType.Scheme.Enum getScheme()
BaseURIType.Scheme xgetScheme()
void setScheme(BaseURIType.Scheme.Enum scheme)
void xsetScheme(BaseURIType.Scheme scheme)
String getHost()
org.apache.xmlbeans.XmlNMTOKEN xgetHost()
void setHost(String host)
void xsetHost(org.apache.xmlbeans.XmlNMTOKEN host)
int getPort()
org.apache.xmlbeans.XmlUnsignedShort xgetPort()
void setPort(int port)
void xsetPort(org.apache.xmlbeans.XmlUnsignedShort port)
String getUriId()
IDType xgetUriId()
boolean isSetUriId()
void setUriId(String uriId)
void xsetUriId(IDType uriId)
void unsetUriId()
Copyright © 2000-2014. All Rights Reserved.