Class PrimitiveAssertion
java.lang.Object
org.apache.neethi.builders.PrimitiveAssertion
org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
- All Implemented Interfaces:
org.apache.neethi.Assertion,org.apache.neethi.PolicyComponent
- Direct Known Subclasses:
JaxbAssertion
public class PrimitiveAssertion
extends org.apache.neethi.builders.PrimitiveAssertion
-
Field Summary
Fields inherited from class org.apache.neethi.builders.PrimitiveAssertion
attributes, ignorable, name, optional, textValue -
Constructor Summary
ConstructorsConstructorDescriptionPrimitiveAssertion(QName n, boolean o) PrimitiveAssertion(QName n, boolean o, boolean i) PrimitiveAssertion(QName n, boolean o, boolean i, Map<QName, String> atts) PrimitiveAssertion(Element element) -
Method Summary
Methods inherited from class org.apache.neethi.builders.PrimitiveAssertion
addAttribute, addAttributes, equal, equals, getAttribute, getAttributes, getName, getOrCreatePrefix, getTextValue, getType, hasContents, hashCode, isIgnorable, isOptional, normalize, serialize, setIgnorable, setName, setOptional, setTextValue, toString, writeAttributes, writeContents
-
Constructor Details
-
PrimitiveAssertion
public PrimitiveAssertion() -
PrimitiveAssertion
-
PrimitiveAssertion
-
PrimitiveAssertion
-
PrimitiveAssertion
-
PrimitiveAssertion
-
-
Method Details
-
clone
protected org.apache.neethi.Assertion clone(boolean opt) - Overrides:
clonein classorg.apache.neethi.builders.PrimitiveAssertion
-