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

    Constructors
    Constructor
    Description
     
     
    PrimitiveAssertion(QName n, boolean o)
     
    PrimitiveAssertion(QName n, boolean o, boolean i)
     
    PrimitiveAssertion(QName n, boolean o, boolean i, Map<QName,String> atts)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.neethi.Assertion
    clone(boolean opt)
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PrimitiveAssertion

      public PrimitiveAssertion()
    • PrimitiveAssertion

      public PrimitiveAssertion(QName n)
    • PrimitiveAssertion

      public PrimitiveAssertion(QName n, boolean o)
    • PrimitiveAssertion

      public PrimitiveAssertion(QName n, boolean o, boolean i)
    • PrimitiveAssertion

      public PrimitiveAssertion(QName n, boolean o, boolean i, Map<QName,String> atts)
    • PrimitiveAssertion

      public PrimitiveAssertion(Element element)
  • Method Details

    • clone

      protected org.apache.neethi.Assertion clone(boolean opt)
      Overrides:
      clone in class org.apache.neethi.builders.PrimitiveAssertion