public static interface PolicyAttachmentDocument.PolicyAttachment
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
PolicyAttachmentDocument.PolicyAttachment.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 |
|---|---|
AppliesToDocument.AppliesTo |
addNewAppliesTo()
Appends and returns a new empty "AppliesTo" element
|
Policy |
addNewPolicy()
Appends and returns a new empty value (as xml) as the last "Policy" element
|
PolicyReferenceDocument.PolicyReference |
addNewPolicyReference()
Appends and returns a new empty value (as xml) as the last "PolicyReference" element
|
AppliesToDocument.AppliesTo |
getAppliesTo()
Gets the "AppliesTo" element
|
Policy[] |
getPolicyArray()
Deprecated.
|
Policy |
getPolicyArray(int i)
Gets ith "Policy" element
|
List<Policy> |
getPolicyList()
Gets a List of "Policy" elements
|
PolicyReferenceDocument.PolicyReference[] |
getPolicyReferenceArray()
Deprecated.
|
PolicyReferenceDocument.PolicyReference |
getPolicyReferenceArray(int i)
Gets ith "PolicyReference" element
|
List<PolicyReferenceDocument.PolicyReference> |
getPolicyReferenceList()
Gets a List of "PolicyReference" elements
|
Policy |
insertNewPolicy(int i)
Inserts and returns a new empty value (as xml) as the ith "Policy" element
|
PolicyReferenceDocument.PolicyReference |
insertNewPolicyReference(int i)
Inserts and returns a new empty value (as xml) as the ith "PolicyReference" element
|
void |
removePolicy(int i)
Removes the ith "Policy" element
|
void |
removePolicyReference(int i)
Removes the ith "PolicyReference" element
|
void |
setAppliesTo(AppliesToDocument.AppliesTo appliesTo)
Sets the "AppliesTo" element
|
void |
setPolicyArray(int i,
Policy policy)
Sets ith "Policy" element
|
void |
setPolicyArray(Policy[] policyArray)
Sets array of all "Policy" element
|
void |
setPolicyReferenceArray(int i,
PolicyReferenceDocument.PolicyReference policyReference)
Sets ith "PolicyReference" element
|
void |
setPolicyReferenceArray(PolicyReferenceDocument.PolicyReference[] policyReferenceArray)
Sets array of all "PolicyReference" element
|
int |
sizeOfPolicyArray()
Returns number of "Policy" element
|
int |
sizeOfPolicyReferenceArray()
Returns number of "PolicyReference" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextAppliesToDocument.AppliesTo getAppliesTo()
void setAppliesTo(AppliesToDocument.AppliesTo appliesTo)
AppliesToDocument.AppliesTo addNewAppliesTo()
Policy[] getPolicyArray()
Policy getPolicyArray(int i)
int sizeOfPolicyArray()
void setPolicyArray(Policy[] policyArray)
void setPolicyArray(int i,
Policy policy)
Policy insertNewPolicy(int i)
Policy addNewPolicy()
void removePolicy(int i)
List<PolicyReferenceDocument.PolicyReference> getPolicyReferenceList()
PolicyReferenceDocument.PolicyReference[] getPolicyReferenceArray()
PolicyReferenceDocument.PolicyReference getPolicyReferenceArray(int i)
int sizeOfPolicyReferenceArray()
void setPolicyReferenceArray(PolicyReferenceDocument.PolicyReference[] policyReferenceArray)
void setPolicyReferenceArray(int i,
PolicyReferenceDocument.PolicyReference policyReference)
PolicyReferenceDocument.PolicyReference insertNewPolicyReference(int i)
PolicyReferenceDocument.PolicyReference addNewPolicyReference()
void removePolicyReference(int i)
Copyright © 2019. All rights reserved.