Uses of Interface
org.xmlsoap.schemas.ws.x2004.x09.policy.PolicyDocument.Policy

Packages that use PolicyDocument.Policy
org.xmlsoap.schemas.ws.x2004.x09.policy   
org.xmlsoap.schemas.ws.x2004.x09.policy.impl   
 

Uses of PolicyDocument.Policy in org.xmlsoap.schemas.ws.x2004.x09.policy
 

Methods in org.xmlsoap.schemas.ws.x2004.x09.policy that return PolicyDocument.Policy
 PolicyDocument.Policy PolicyAttachmentDocument.PolicyAttachment.addNewPolicy()
          Appends and returns a new empty value (as xml) as the last "Policy" element
 PolicyDocument.Policy PolicyDocument.addNewPolicy()
          Appends and returns a new empty "Policy" element
 PolicyDocument.Policy OperatorContentType.addNewPolicy()
          Appends and returns a new empty value (as xml) as the last "Policy" element
 PolicyDocument.Policy PolicyDocument.getPolicy()
          Gets the "Policy" element
 PolicyDocument.Policy[] PolicyAttachmentDocument.PolicyAttachment.getPolicyArray()
          Gets array of all "Policy" elements
 PolicyDocument.Policy[] OperatorContentType.getPolicyArray()
          Gets array of all "Policy" elements
 PolicyDocument.Policy PolicyAttachmentDocument.PolicyAttachment.getPolicyArray(int i)
          Gets ith "Policy" element
 PolicyDocument.Policy OperatorContentType.getPolicyArray(int i)
          Gets ith "Policy" element
 PolicyDocument.Policy PolicyAttachmentDocument.PolicyAttachment.insertNewPolicy(int i)
          Inserts and returns a new empty value (as xml) as the ith "Policy" element
 PolicyDocument.Policy OperatorContentType.insertNewPolicy(int i)
          Inserts and returns a new empty value (as xml) as the ith "Policy" element
static PolicyDocument.Policy PolicyDocument.Policy.Factory.newInstance()
           
static PolicyDocument.Policy PolicyDocument.Policy.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.xmlsoap.schemas.ws.x2004.x09.policy with parameters of type PolicyDocument.Policy
 void PolicyDocument.setPolicy(PolicyDocument.Policy policy)
          Sets the "Policy" element
 void PolicyAttachmentDocument.PolicyAttachment.setPolicyArray(int i, PolicyDocument.Policy policy)
          Sets ith "Policy" element
 void OperatorContentType.setPolicyArray(int i, PolicyDocument.Policy policy)
          Sets ith "Policy" element
 void PolicyAttachmentDocument.PolicyAttachment.setPolicyArray(PolicyDocument.Policy[] policyArray)
          Sets array of all "Policy" element
 void OperatorContentType.setPolicyArray(PolicyDocument.Policy[] policyArray)
          Sets array of all "Policy" element
 

Uses of PolicyDocument.Policy in org.xmlsoap.schemas.ws.x2004.x09.policy.impl
 

Classes in org.xmlsoap.schemas.ws.x2004.x09.policy.impl that implement PolicyDocument.Policy
static class PolicyDocumentImpl.PolicyImpl
          An XML Policy(@http://schemas.xmlsoap.org/ws/2004/09/policy).
 

Methods in org.xmlsoap.schemas.ws.x2004.x09.policy.impl that return PolicyDocument.Policy
 PolicyDocument.Policy PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.addNewPolicy()
          Appends and returns a new empty value (as xml) as the last "Policy" element
 PolicyDocument.Policy PolicyDocumentImpl.addNewPolicy()
          Appends and returns a new empty "Policy" element
 PolicyDocument.Policy OperatorContentTypeImpl.addNewPolicy()
          Appends and returns a new empty value (as xml) as the last "Policy" element
 PolicyDocument.Policy PolicyDocumentImpl.getPolicy()
          Gets the "Policy" element
 PolicyDocument.Policy[] PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.getPolicyArray()
          Gets array of all "Policy" elements
 PolicyDocument.Policy[] OperatorContentTypeImpl.getPolicyArray()
          Gets array of all "Policy" elements
 PolicyDocument.Policy PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.getPolicyArray(int i)
          Gets ith "Policy" element
 PolicyDocument.Policy OperatorContentTypeImpl.getPolicyArray(int i)
          Gets ith "Policy" element
 PolicyDocument.Policy PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.insertNewPolicy(int i)
          Inserts and returns a new empty value (as xml) as the ith "Policy" element
 PolicyDocument.Policy OperatorContentTypeImpl.insertNewPolicy(int i)
          Inserts and returns a new empty value (as xml) as the ith "Policy" element
 

Methods in org.xmlsoap.schemas.ws.x2004.x09.policy.impl with parameters of type PolicyDocument.Policy
 void PolicyDocumentImpl.setPolicy(PolicyDocument.Policy policy)
          Sets the "Policy" element
 void PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.setPolicyArray(int i, PolicyDocument.Policy policy)
          Sets ith "Policy" element
 void OperatorContentTypeImpl.setPolicyArray(int i, PolicyDocument.Policy policy)
          Sets ith "Policy" element
 void PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.setPolicyArray(PolicyDocument.Policy[] policyArray)
          Sets array of all "Policy" element
 void OperatorContentTypeImpl.setPolicyArray(PolicyDocument.Policy[] policyArray)
          Sets array of all "Policy" element
 



Copyright © 2009. All Rights Reserved.