Class NotUnderstoodType

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.ToString2

    public class NotUnderstoodType
    extends Object
    implements org.jvnet.jaxb2_commons.lang.ToString2

    Java class for NotUnderstoodType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NotUnderstoodType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="qname" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • qname

        protected QName qname
    • Constructor Detail

      • NotUnderstoodType

        public NotUnderstoodType()
    • Method Detail

      • getQname

        public QName getQname()
        Gets the value of the qname property.
        Returns:
        possible object is QName
      • setQname

        public void setQname​(QName value)
        Sets the value of the qname property.
        Parameters:
        value - allowed object is QName
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2