Package org.oasisOpen.docs.wsn.b2
Interface UnsupportedPolicyRequestFaultType
-
- All Superinterfaces:
BaseFaultType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
UnsupportedPolicyRequestFaultTypeImpl
public interface UnsupportedPolicyRequestFaultType extends BaseFaultType
An XML UnsupportedPolicyRequestFaultType(@http://docs.oasis-open.org/wsn/b-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUnsupportedPolicyRequestFaultType.FactoryA factory class with static methods for creating instances of this type.-
Nested classes/interfaces inherited from interface org.oasisOpen.docs.wsrf.bf2.BaseFaultType
BaseFaultType.Description, BaseFaultType.ErrorCode, BaseFaultType.FaultCause
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.XmlQNameaddNewUnsupportedPolicy()Appends and returns a new empty value (as xml) as the last "UnsupportedPolicy" elementvoidaddUnsupportedPolicy(QName unsupportedPolicy)Appends the value as the last "UnsupportedPolicy" elementQName[]getUnsupportedPolicyArray()Gets array of all "UnsupportedPolicy" elementsQNamegetUnsupportedPolicyArray(int i)Gets ith "UnsupportedPolicy" elementorg.apache.xmlbeans.XmlQNameinsertNewUnsupportedPolicy(int i)Inserts and returns a new empty value (as xml) as the ith "UnsupportedPolicy" elementvoidinsertUnsupportedPolicy(int i, QName unsupportedPolicy)Inserts the value as the ith "UnsupportedPolicy" elementvoidremoveUnsupportedPolicy(int i)Removes the ith "UnsupportedPolicy" elementvoidsetUnsupportedPolicyArray(int i, QName unsupportedPolicy)Sets ith "UnsupportedPolicy" elementvoidsetUnsupportedPolicyArray(QName[] unsupportedPolicyArray)Sets array of all "UnsupportedPolicy" elementintsizeOfUnsupportedPolicyArray()Returns number of "UnsupportedPolicy" elementorg.apache.xmlbeans.XmlQName[]xgetUnsupportedPolicyArray()Gets (as xml) array of all "UnsupportedPolicy" elementsorg.apache.xmlbeans.XmlQNamexgetUnsupportedPolicyArray(int i)Gets (as xml) ith "UnsupportedPolicy" elementvoidxsetUnsupportedPolicyArray(int i, org.apache.xmlbeans.XmlQName unsupportedPolicy)Sets (as xml) ith "UnsupportedPolicy" elementvoidxsetUnsupportedPolicyArray(org.apache.xmlbeans.XmlQName[] unsupportedPolicyArray)Sets (as xml) array of all "UnsupportedPolicy" element-
Methods inherited from interface org.oasisOpen.docs.wsrf.bf2.BaseFaultType
addNewDescription, addNewErrorCode, addNewFaultCause, addNewOriginator, getDescriptionArray, getDescriptionArray, getErrorCode, getFaultCause, getOriginator, getTimestamp, insertNewDescription, isSetErrorCode, isSetFaultCause, isSetOriginator, removeDescription, setDescriptionArray, setDescriptionArray, setErrorCode, setFaultCause, setOriginator, setTimestamp, sizeOfDescriptionArray, unsetErrorCode, unsetFaultCause, unsetOriginator, xgetTimestamp, xsetTimestamp
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
-
-
-
Method Detail
-
getUnsupportedPolicyArray
QName[] getUnsupportedPolicyArray()
Gets array of all "UnsupportedPolicy" elements
-
getUnsupportedPolicyArray
QName getUnsupportedPolicyArray(int i)
Gets ith "UnsupportedPolicy" element
-
xgetUnsupportedPolicyArray
org.apache.xmlbeans.XmlQName[] xgetUnsupportedPolicyArray()
Gets (as xml) array of all "UnsupportedPolicy" elements
-
xgetUnsupportedPolicyArray
org.apache.xmlbeans.XmlQName xgetUnsupportedPolicyArray(int i)
Gets (as xml) ith "UnsupportedPolicy" element
-
sizeOfUnsupportedPolicyArray
int sizeOfUnsupportedPolicyArray()
Returns number of "UnsupportedPolicy" element
-
setUnsupportedPolicyArray
void setUnsupportedPolicyArray(QName[] unsupportedPolicyArray)
Sets array of all "UnsupportedPolicy" element
-
setUnsupportedPolicyArray
void setUnsupportedPolicyArray(int i, QName unsupportedPolicy)Sets ith "UnsupportedPolicy" element
-
xsetUnsupportedPolicyArray
void xsetUnsupportedPolicyArray(org.apache.xmlbeans.XmlQName[] unsupportedPolicyArray)
Sets (as xml) array of all "UnsupportedPolicy" element
-
xsetUnsupportedPolicyArray
void xsetUnsupportedPolicyArray(int i, org.apache.xmlbeans.XmlQName unsupportedPolicy)Sets (as xml) ith "UnsupportedPolicy" element
-
insertUnsupportedPolicy
void insertUnsupportedPolicy(int i, QName unsupportedPolicy)Inserts the value as the ith "UnsupportedPolicy" element
-
addUnsupportedPolicy
void addUnsupportedPolicy(QName unsupportedPolicy)
Appends the value as the last "UnsupportedPolicy" element
-
insertNewUnsupportedPolicy
org.apache.xmlbeans.XmlQName insertNewUnsupportedPolicy(int i)
Inserts and returns a new empty value (as xml) as the ith "UnsupportedPolicy" element
-
addNewUnsupportedPolicy
org.apache.xmlbeans.XmlQName addNewUnsupportedPolicy()
Appends and returns a new empty value (as xml) as the last "UnsupportedPolicy" element
-
removeUnsupportedPolicy
void removeUnsupportedPolicy(int i)
Removes the ith "UnsupportedPolicy" element
-
-