|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML web-resource-collectionType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
WebResourceCollectionType.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 | |
void |
addHttpMethod(HttpMethodType.Enum httpMethod)
Appends the value as the last "http-method" element |
DescriptionType |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element |
void |
addUrlPattern(String urlPattern)
Appends the value as the last "url-pattern" element |
DescriptionType[] |
getDescriptionArray()
Gets array of all "description" elements |
DescriptionType |
getDescriptionArray(int i)
Gets ith "description" element |
HttpMethodType.Enum[] |
getHttpMethodArray()
Gets array of all "http-method" elements |
HttpMethodType.Enum |
getHttpMethodArray(int i)
Gets ith "http-method" element |
String[] |
getUrlPatternArray()
Gets array of all "url-pattern" elements |
String |
getUrlPatternArray(int i)
Gets ith "url-pattern" element |
String |
getWebResourceName()
Gets the "web-resource-name" element |
void |
insertHttpMethod(int i,
HttpMethodType.Enum httpMethod)
Inserts the value as the ith "http-method" element |
DescriptionType |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element |
void |
insertUrlPattern(int i,
String urlPattern)
Inserts the value as the ith "url-pattern" element |
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.Enum[] httpMethodArray)
Sets array of all "http-method" element |
void |
setHttpMethodArray(int i,
HttpMethodType.Enum httpMethod)
Sets ith "http-method" element |
void |
setUrlPatternArray(int i,
String urlPattern)
Sets ith "url-pattern" element |
void |
setUrlPatternArray(String[] 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 |
HttpMethodType[] |
xgetHttpMethodArray()
Gets (as xml) array of all "http-method" elements |
HttpMethodType |
xgetHttpMethodArray(int i)
Gets (as xml) ith "http-method" element |
UrlPatternType[] |
xgetUrlPatternArray()
Gets (as xml) array of all "url-pattern" elements |
UrlPatternType |
xgetUrlPatternArray(int i)
Gets (as xml) ith "url-pattern" element |
String |
xgetWebResourceName()
Gets (as xml) the "web-resource-name" element |
void |
xsetHttpMethodArray(HttpMethodType[] httpMethodArray)
Sets (as xml) array of all "http-method" element |
void |
xsetHttpMethodArray(int i,
HttpMethodType httpMethod)
Sets (as xml) ith "http-method" element |
void |
xsetUrlPatternArray(int i,
UrlPatternType urlPattern)
Sets (as xml) ith "url-pattern" element |
void |
xsetUrlPatternArray(UrlPatternType[] urlPatternArray)
Sets (as xml) array of all "url-pattern" element |
void |
xsetWebResourceName(String webResourceName)
Sets (as xml) the "web-resource-name" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String getWebResourceName()
public String xgetWebResourceName()
public void setWebResourceName(String webResourceName)
public void xsetWebResourceName(String webResourceName)
public DescriptionType[] getDescriptionArray()
public DescriptionType getDescriptionArray(int i)
public int sizeOfDescriptionArray()
public void setDescriptionArray(DescriptionType[] descriptionArray)
public void setDescriptionArray(int i, DescriptionType description)
public DescriptionType insertNewDescription(int i)
public DescriptionType addNewDescription()
public void removeDescription(int i)
public String[] getUrlPatternArray()
public String getUrlPatternArray(int i)
public UrlPatternType[] xgetUrlPatternArray()
public UrlPatternType xgetUrlPatternArray(int i)
public int sizeOfUrlPatternArray()
public void setUrlPatternArray(String[] urlPatternArray)
public void setUrlPatternArray(int i, String urlPattern)
public void xsetUrlPatternArray(UrlPatternType[] urlPatternArray)
public void xsetUrlPatternArray(int i, UrlPatternType urlPattern)
public void insertUrlPattern(int i, String urlPattern)
public void addUrlPattern(String urlPattern)
public void removeUrlPattern(int i)
public HttpMethodType.Enum[] getHttpMethodArray()
public HttpMethodType.Enum getHttpMethodArray(int i)
public HttpMethodType[] xgetHttpMethodArray()
public HttpMethodType xgetHttpMethodArray(int i)
public int sizeOfHttpMethodArray()
public void setHttpMethodArray(HttpMethodType.Enum[] httpMethodArray)
public void setHttpMethodArray(int i, HttpMethodType.Enum httpMethod)
public void xsetHttpMethodArray(HttpMethodType[] httpMethodArray)
public void xsetHttpMethodArray(int i, HttpMethodType httpMethod)
public void insertHttpMethod(int i, HttpMethodType.Enum httpMethod)
public void addHttpMethod(HttpMethodType.Enum httpMethod)
public void removeHttpMethod(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |