public interface WebResourceCollectionType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
WebResourceCollectionType.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 |
---|---|
DescriptionType |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element
|
HttpMethodType |
addNewHttpMethod()
Appends and returns a new empty value (as xml) as the last "http-method" element
|
UrlPatternType |
addNewUrlPattern()
Appends and returns a new empty value (as xml) as the last "url-pattern" element
|
String |
addNewWebResourceName()
Appends and returns a new empty "web-resource-name" element
|
DescriptionType[] |
getDescriptionArray()
Deprecated.
|
DescriptionType |
getDescriptionArray(int i)
Gets ith "description" element
|
List<DescriptionType> |
getDescriptionList()
Gets a List of "description" elements
|
HttpMethodType[] |
getHttpMethodArray()
Deprecated.
|
HttpMethodType |
getHttpMethodArray(int i)
Gets ith "http-method" element
|
List<HttpMethodType> |
getHttpMethodList()
Gets a List of "http-method" elements
|
String |
getId()
Gets the "id" attribute
|
UrlPatternType[] |
getUrlPatternArray()
Deprecated.
|
UrlPatternType |
getUrlPatternArray(int i)
Gets ith "url-pattern" element
|
List<UrlPatternType> |
getUrlPatternList()
Gets a List of "url-pattern" elements
|
String |
getWebResourceName()
Gets the "web-resource-name" element
|
DescriptionType |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element
|
HttpMethodType |
insertNewHttpMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "http-method" element
|
UrlPatternType |
insertNewUrlPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "url-pattern" element
|
boolean |
isSetId()
True if has "id" attribute
|
void |
removeDescription(int i)
Removes the ith "description" element
|
void |
removeHttpMethod(int i)
Removes the ith "http-method" element
|
void |
removeUrlPattern(int i)
Removes the ith "url-pattern" element
|
void |
setDescriptionArray(DescriptionType[] descriptionArray)
Sets array of all "description" element
|
void |
setDescriptionArray(int i,
DescriptionType description)
Sets ith "description" element
|
void |
setHttpMethodArray(HttpMethodType[] httpMethodArray)
Sets array of all "http-method" element
|
void |
setHttpMethodArray(int i,
HttpMethodType httpMethod)
Sets ith "http-method" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setUrlPatternArray(int i,
UrlPatternType urlPattern)
Sets ith "url-pattern" element
|
void |
setUrlPatternArray(UrlPatternType[] urlPatternArray)
Sets array of all "url-pattern" element
|
void |
setWebResourceName(String webResourceName)
Sets the "web-resource-name" element
|
int |
sizeOfDescriptionArray()
Returns number of "description" element
|
int |
sizeOfHttpMethodArray()
Returns number of "http-method" element
|
int |
sizeOfUrlPatternArray()
Returns number of "url-pattern" element
|
void |
unsetId()
Unsets the "id" attribute
|
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "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
String getWebResourceName()
void setWebResourceName(String webResourceName)
String addNewWebResourceName()
List<DescriptionType> getDescriptionList()
DescriptionType[] getDescriptionArray()
DescriptionType getDescriptionArray(int i)
int sizeOfDescriptionArray()
void setDescriptionArray(DescriptionType[] descriptionArray)
void setDescriptionArray(int i, DescriptionType description)
DescriptionType insertNewDescription(int i)
DescriptionType addNewDescription()
void removeDescription(int i)
List<UrlPatternType> getUrlPatternList()
UrlPatternType[] getUrlPatternArray()
UrlPatternType getUrlPatternArray(int i)
int sizeOfUrlPatternArray()
void setUrlPatternArray(UrlPatternType[] urlPatternArray)
void setUrlPatternArray(int i, UrlPatternType urlPattern)
UrlPatternType insertNewUrlPattern(int i)
UrlPatternType addNewUrlPattern()
void removeUrlPattern(int i)
List<HttpMethodType> getHttpMethodList()
HttpMethodType[] getHttpMethodArray()
HttpMethodType getHttpMethodArray(int i)
int sizeOfHttpMethodArray()
void setHttpMethodArray(HttpMethodType[] httpMethodArray)
void setHttpMethodArray(int i, HttpMethodType httpMethod)
HttpMethodType insertNewHttpMethod(int i)
HttpMethodType addNewHttpMethod()
void removeHttpMethod(int i)
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
Copyright © 2019. All Rights Reserved.