Class FilterComplexTypes.ServiceExceptionReportType

Object
ServiceExceptionReportType
All Implemented Interfaces:
ComplexType, Type
Enclosing class:
FilterComplexTypes

public static class FilterComplexTypes.ServiceExceptionReportType extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    cache(Element element, Map<String,Object> hints)
    This method is a directive to the parser whether to keep the data around in memory for post processing.
    boolean
    canEncode(Element element, Object value, Map<String,Object> hints)
    Subclass must override this method to allow encoding.
    void
    encode(Element element, Object value, PrintHandler output, Map<String,Object> hints)
    Subclass should implement this, this implementation provides a good OperationsNotSupportedException.
    Convinience method used to search this type's children for the requested element by localName.
    This methos represents the potential 'anyAttribute' declaration's namespace attribute which may occur within a complex type definition.
    The set of attributes required by this complex type declaration.
    int
    Specifies a mask which denotes which substitution mechanisms may be used for this complex type definition.
    Returns the child element representing the structure of nested child nodes (if any are allowed).
     
    int
    Specifies a mask which denotes which substitution mechanisms prohibited for use by child definitions of this complex type.
    Returns the xml schema id of this complexType if one exists, null otherwise.
     
    This will return the intended Java Class for this element type.
    This returns the XML Schema declaration name of this type (both complex and simple types have names ...)
    This is used for validation of an XML document, and represents the targetNamespace of that this type resides in.
    This is used to represent the heirarchy represented within an xml schema document(s).
    getValue(Element element, ElementValue[] value, Attributes attrs1, Map<String,Object> hints)
    This method is intended to receive the child elements in the form of ElementValues (@see ElementValue).
    boolean
    Returns true when the complexType should be considered abstract, as defined by the XML schema of which this complex type definition is a part.
    boolean
    This method is used to publish whether this complexType is at the root of an inheritance tree, or a leaf within an inheritance tree.
    boolean
    Returns true if this complexType allows mixed content (Child elements and a String value).
     

    Methods inherited from class Object

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

    • ServiceExceptionReportType

      public ServiceExceptionReportType()
  • Method Details