Interface PolicyAttachmentDocument.PolicyAttachment
- All Superinterfaces:
XmlObject,XmlTokenSource
- Enclosing interface:
- PolicyAttachmentDocument
An XML PolicyAttachment(@http://schemas.xmlsoap.org/ws/2004/09/policy).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "AppliesTo" elementAppends and returns a new empty value (as xml) as the last "Policy" elementAppends and returns a new empty value (as xml) as the last "PolicyReference" elementGets the "AppliesTo" elementGets array of all "Policy" elementsgetPolicyArray(int i) Gets ith "Policy" elementGets array of all "PolicyReference" elementsgetPolicyReferenceArray(int i) Gets ith "PolicyReference" elementinsertNewPolicy(int i) Inserts and returns a new empty value (as xml) as the ith "Policy" elementinsertNewPolicyReference(int i) Inserts and returns a new empty value (as xml) as the ith "PolicyReference" elementvoidremovePolicy(int i) Removes the ith "Policy" elementvoidremovePolicyReference(int i) Removes the ith "PolicyReference" elementvoidsetAppliesTo(AppliesToDocument.AppliesTo appliesTo) Sets the "AppliesTo" elementvoidsetPolicyArray(int i, PolicyDocument.Policy policy) Sets ith "Policy" elementvoidsetPolicyArray(PolicyDocument.Policy[] policyArray) Sets array of all "Policy" elementvoidsetPolicyReferenceArray(int i, PolicyReferenceDocument.PolicyReference policyReference) Sets ith "PolicyReference" elementvoidsetPolicyReferenceArray(PolicyReferenceDocument.PolicyReference[] policyReferenceArray) Sets array of all "PolicyReference" elementintReturns number of "Policy" elementintReturns number of "PolicyReference" elementMethods 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, valueHashCodeMethods 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 Details
-
type
-
-
Method Details
-
getAppliesTo
AppliesToDocument.AppliesTo getAppliesTo()Gets the "AppliesTo" element -
setAppliesTo
Sets the "AppliesTo" element -
addNewAppliesTo
AppliesToDocument.AppliesTo addNewAppliesTo()Appends and returns a new empty "AppliesTo" element -
getPolicyArray
PolicyDocument.Policy[] getPolicyArray()Gets array of all "Policy" elements -
getPolicyArray
Gets ith "Policy" element -
sizeOfPolicyArray
int sizeOfPolicyArray()Returns number of "Policy" element -
setPolicyArray
Sets array of all "Policy" element -
setPolicyArray
Sets ith "Policy" element -
insertNewPolicy
Inserts and returns a new empty value (as xml) as the ith "Policy" element -
addNewPolicy
PolicyDocument.Policy addNewPolicy()Appends and returns a new empty value (as xml) as the last "Policy" element -
removePolicy
void removePolicy(int i) Removes the ith "Policy" element -
getPolicyReferenceArray
PolicyReferenceDocument.PolicyReference[] getPolicyReferenceArray()Gets array of all "PolicyReference" elements -
getPolicyReferenceArray
Gets ith "PolicyReference" element -
sizeOfPolicyReferenceArray
int sizeOfPolicyReferenceArray()Returns number of "PolicyReference" element -
setPolicyReferenceArray
Sets array of all "PolicyReference" element -
setPolicyReferenceArray
Sets ith "PolicyReference" element -
insertNewPolicyReference
Inserts and returns a new empty value (as xml) as the ith "PolicyReference" element -
addNewPolicyReference
PolicyReferenceDocument.PolicyReference addNewPolicyReference()Appends and returns a new empty value (as xml) as the last "PolicyReference" element -
removePolicyReference
void removePolicyReference(int i) Removes the ith "PolicyReference" element
-