public interface RelativeURIType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RelativeURIType.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 |
---|---|
ParsedURIPartType |
addNewPath()
Appends and returns a new empty "path" element
|
ParsedURIPartType |
addNewQueryString()
Appends and returns a new empty "query-string" element
|
String |
getExtends()
Gets the "extends" attribute
|
String |
getFragment()
Gets the "fragment" element
|
ParsedURIPartType |
getPath()
Gets the "path" element
|
ParsedURIPartType |
getQueryString()
Gets the "query-string" element
|
String |
getUnparsed()
Gets the "unparsed" element
|
boolean |
isSetExtends()
True if has "extends" attribute
|
boolean |
isSetFragment()
True if has "fragment" element
|
boolean |
isSetQueryString()
True if has "query-string" element
|
void |
setExtends(String xextends)
Sets the "extends" attribute
|
void |
setFragment(String fragment)
Sets the "fragment" element
|
void |
setPath(ParsedURIPartType path)
Sets the "path" element
|
void |
setQueryString(ParsedURIPartType queryString)
Sets the "query-string" element
|
void |
setUnparsed(String unparsed)
Sets the "unparsed" element
|
void |
unsetExtends()
Unsets the "extends" attribute
|
void |
unsetFragment()
Unsets the "fragment" element
|
void |
unsetQueryString()
Unsets the "query-string" element
|
IDType |
xgetExtends()
Gets (as xml) the "extends" attribute
|
org.apache.xmlbeans.XmlNormalizedString |
xgetFragment()
Gets (as xml) the "fragment" element
|
org.apache.xmlbeans.XmlNormalizedString |
xgetUnparsed()
Gets (as xml) the "unparsed" element
|
void |
xsetExtends(IDType xextends)
Sets (as xml) the "extends" attribute
|
void |
xsetFragment(org.apache.xmlbeans.XmlNormalizedString fragment)
Sets (as xml) the "fragment" element
|
void |
xsetUnparsed(org.apache.xmlbeans.XmlNormalizedString unparsed)
Sets (as xml) the "unparsed" element
|
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
String getUnparsed()
org.apache.xmlbeans.XmlNormalizedString xgetUnparsed()
void setUnparsed(String unparsed)
void xsetUnparsed(org.apache.xmlbeans.XmlNormalizedString unparsed)
ParsedURIPartType getPath()
void setPath(ParsedURIPartType path)
ParsedURIPartType addNewPath()
ParsedURIPartType getQueryString()
boolean isSetQueryString()
void setQueryString(ParsedURIPartType queryString)
ParsedURIPartType addNewQueryString()
void unsetQueryString()
String getFragment()
org.apache.xmlbeans.XmlNormalizedString xgetFragment()
boolean isSetFragment()
void setFragment(String fragment)
void xsetFragment(org.apache.xmlbeans.XmlNormalizedString fragment)
void unsetFragment()
String getExtends()
IDType xgetExtends()
boolean isSetExtends()
void setExtends(String xextends)
void xsetExtends(IDType xextends)
void unsetExtends()
Copyright © 2000-2014. All Rights Reserved.