Uses of Class
org.xmlsoap.schemas.ws._2004._09.policy.OperatorContentType

Packages that use OperatorContentType
org.xmlsoap.schemas.ws._2004._09.policy   
 

Uses of OperatorContentType in org.xmlsoap.schemas.ws._2004._09.policy
 

Subclasses of OperatorContentType in org.xmlsoap.schemas.ws._2004._09.policy
 class Policy
           
 

Methods in org.xmlsoap.schemas.ws._2004._09.policy that return OperatorContentType
 OperatorContentType OperatorContentType.getAll()
          Gets the all value for this OperatorContentType.
 OperatorContentType OperatorContentType.getExactlyOne()
          Gets the exactlyOne value for this OperatorContentType.
 

Methods in org.xmlsoap.schemas.ws._2004._09.policy with parameters of type OperatorContentType
 void OperatorContentType.setAll(OperatorContentType all)
          Sets the all value for this OperatorContentType.
 void OperatorContentType.setExactlyOne(OperatorContentType exactlyOne)
          Sets the exactlyOne value for this OperatorContentType.
 

Constructors in org.xmlsoap.schemas.ws._2004._09.policy with parameters of type OperatorContentType
OperatorContentType(Policy policy, OperatorContentType all, OperatorContentType exactlyOne, PolicyReference policyReference, org.apache.axis.message.MessageElement[] _any)
           
Policy(Policy policy, OperatorContentType all, OperatorContentType exactlyOne, PolicyReference policyReference, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.URI name, org.apache.axis.types.Id id)