Interface AttributePropertyInfo<T,​C>

    • Method Detail

      • getTarget

        NonElement<T,​C> getTarget()
        Gets the type of the attribute.

        Note that when this property is a collection, this method returns the type of each item in the collection.

        Specified by:
        getTarget in interface NonElementRef<T,​C>
        Returns:
        always non-null.
      • isRequired

        boolean isRequired()
        Returns true if this attribute is mandatory.
      • getXmlName

        javax.xml.namespace.QName getXmlName()
        Gets the attribute name.
        Returns:
        must be non-null.