Uses of Interface
org.xmlsoap.schemas.ws.x2004.x09.policy.PolicyReferenceDocument.PolicyReference

Packages that use PolicyReferenceDocument.PolicyReference
org.xmlsoap.schemas.ws.x2004.x09.policy   
org.xmlsoap.schemas.ws.x2004.x09.policy.impl   
 

Uses of PolicyReferenceDocument.PolicyReference in org.xmlsoap.schemas.ws.x2004.x09.policy
 

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

Methods in org.xmlsoap.schemas.ws.x2004.x09.policy with parameters of type PolicyReferenceDocument.PolicyReference
 void PolicyReferenceDocument.setPolicyReference(PolicyReferenceDocument.PolicyReference policyReference)
          Sets the "PolicyReference" element
 void PolicyAttachmentDocument.PolicyAttachment.setPolicyReferenceArray(int i, PolicyReferenceDocument.PolicyReference policyReference)
          Sets ith "PolicyReference" element
 void OperatorContentType.setPolicyReferenceArray(int i, PolicyReferenceDocument.PolicyReference policyReference)
          Sets ith "PolicyReference" element
 void PolicyAttachmentDocument.PolicyAttachment.setPolicyReferenceArray(PolicyReferenceDocument.PolicyReference[] policyReferenceArray)
          Sets array of all "PolicyReference" element
 void OperatorContentType.setPolicyReferenceArray(PolicyReferenceDocument.PolicyReference[] policyReferenceArray)
          Sets array of all "PolicyReference" element
 

Uses of PolicyReferenceDocument.PolicyReference in org.xmlsoap.schemas.ws.x2004.x09.policy.impl
 

Classes in org.xmlsoap.schemas.ws.x2004.x09.policy.impl that implement PolicyReferenceDocument.PolicyReference
static class PolicyReferenceDocumentImpl.PolicyReferenceImpl
          An XML PolicyReference(@http://schemas.xmlsoap.org/ws/2004/09/policy).
 

Methods in org.xmlsoap.schemas.ws.x2004.x09.policy.impl that return PolicyReferenceDocument.PolicyReference
 PolicyReferenceDocument.PolicyReference PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.addNewPolicyReference()
          Appends and returns a new empty value (as xml) as the last "PolicyReference" element
 PolicyReferenceDocument.PolicyReference PolicyReferenceDocumentImpl.addNewPolicyReference()
          Appends and returns a new empty "PolicyReference" element
 PolicyReferenceDocument.PolicyReference OperatorContentTypeImpl.addNewPolicyReference()
          Appends and returns a new empty value (as xml) as the last "PolicyReference" element
 PolicyReferenceDocument.PolicyReference PolicyReferenceDocumentImpl.getPolicyReference()
          Gets the "PolicyReference" element
 PolicyReferenceDocument.PolicyReference[] PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.getPolicyReferenceArray()
          Gets array of all "PolicyReference" elements
 PolicyReferenceDocument.PolicyReference[] OperatorContentTypeImpl.getPolicyReferenceArray()
          Gets array of all "PolicyReference" elements
 PolicyReferenceDocument.PolicyReference PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.getPolicyReferenceArray(int i)
          Gets ith "PolicyReference" element
 PolicyReferenceDocument.PolicyReference OperatorContentTypeImpl.getPolicyReferenceArray(int i)
          Gets ith "PolicyReference" element
 PolicyReferenceDocument.PolicyReference PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.insertNewPolicyReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "PolicyReference" element
 PolicyReferenceDocument.PolicyReference OperatorContentTypeImpl.insertNewPolicyReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "PolicyReference" element
 

Methods in org.xmlsoap.schemas.ws.x2004.x09.policy.impl with parameters of type PolicyReferenceDocument.PolicyReference
 void PolicyReferenceDocumentImpl.setPolicyReference(PolicyReferenceDocument.PolicyReference policyReference)
          Sets the "PolicyReference" element
 void PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.setPolicyReferenceArray(int i, PolicyReferenceDocument.PolicyReference policyReference)
          Sets ith "PolicyReference" element
 void OperatorContentTypeImpl.setPolicyReferenceArray(int i, PolicyReferenceDocument.PolicyReference policyReference)
          Sets ith "PolicyReference" element
 void PolicyAttachmentDocumentImpl.PolicyAttachmentImpl.setPolicyReferenceArray(PolicyReferenceDocument.PolicyReference[] policyReferenceArray)
          Sets array of all "PolicyReference" element
 void OperatorContentTypeImpl.setPolicyReferenceArray(PolicyReferenceDocument.PolicyReference[] policyReferenceArray)
          Sets array of all "PolicyReference" element
 



Copyright © 2009. All Rights Reserved.