Groovy Documentation

com.predic8.policy
[Groovy] Class ExactlyOne

java.lang.Object
  com.predic8.soamodel.XMLElement
      com.predic8.policy.PolicyOperator
          com.predic8.policy.ExactlyOne

class ExactlyOne
extends PolicyOperator

Field Summary
QName ELEMENTNAME

ELEMENTNAME will be set at runtime.

static QName VERSION12

static QName VERSION15

 
Fields inherited from class XMLElement
namespaces
 
Method Summary
Object create(Object creator, Object context)

QName getElementName()

 
Methods inherited from class PolicyOperator
getAllPolicyItems, getAllSecurityPolicies, getElementName, getNamespaceUri, getPrefix, parseChildren
 
Methods inherited from class XMLElement
getElementName, getNamespace, getNamespaceContext, getNamespaceUri, getPrefix, getPrefix, getQNameForPN, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText
 

Field Detail

ELEMENTNAME

public QName ELEMENTNAME
ELEMENTNAME will be set at runtime. Depending on the used version, it should be the one from the XML document cause it will be used to find the end tag of the XML element.


VERSION12

public static final QName VERSION12


VERSION15

public static final QName VERSION15


 
Method Detail

create

@Override
Object create(Object creator, Object context)


getElementName

QName getElementName()


 

Groovy Documentation