|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TDeployment.Process.MexInterceptors
An XML mex-interceptors(@http://www.apache.org/ode/schemas/dd/2007/03). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TDeployment.Process.MexInterceptors.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 | |
---|---|
TMexInterceptor |
addNewMexInterceptor()
Appends and returns a new empty value (as xml) as the last "mex-interceptor" element |
TMexInterceptor[] |
getMexInterceptorArray()
Deprecated. |
TMexInterceptor |
getMexInterceptorArray(int i)
Gets ith "mex-interceptor" element |
java.util.List<TMexInterceptor> |
getMexInterceptorList()
Gets a List of "mex-interceptor" elements |
TMexInterceptor |
insertNewMexInterceptor(int i)
Inserts and returns a new empty value (as xml) as the ith "mex-interceptor" element |
void |
removeMexInterceptor(int i)
Removes the ith "mex-interceptor" element |
void |
setMexInterceptorArray(int i,
TMexInterceptor mexInterceptor)
Sets ith "mex-interceptor" element |
void |
setMexInterceptorArray(TMexInterceptor[] mexInterceptorArray)
Sets array of all "mex-interceptor" element |
int |
sizeOfMexInterceptorArray()
Returns number of "mex-interceptor" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
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 |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.util.List<TMexInterceptor> getMexInterceptorList()
TMexInterceptor[] getMexInterceptorArray()
TMexInterceptor getMexInterceptorArray(int i)
int sizeOfMexInterceptorArray()
void setMexInterceptorArray(TMexInterceptor[] mexInterceptorArray)
void setMexInterceptorArray(int i, TMexInterceptor mexInterceptor)
TMexInterceptor insertNewMexInterceptor(int i)
TMexInterceptor addNewMexInterceptor()
void removeMexInterceptor(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |