Class TExtensibilityElement

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

    public abstract class TExtensibilityElement
    extends Object
    implements org.jvnet.jaxb2_commons.lang.ToString2

    Java class for tExtensibilityElement complex type.

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

     <complexType name="tExtensibilityElement">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute ref="{http://schemas.xmlsoap.org/wsdl/}required"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • required

        protected Boolean required
    • Constructor Detail

      • TExtensibilityElement

        public TExtensibilityElement()
    • Method Detail

      • isRequired

        public Boolean isRequired()
        Ruft den Wert der required-Eigenschaft ab.
        Returns:
        possible object is Boolean
      • setRequired

        public void setRequired​(Boolean value)
        Legt den Wert der required-Eigenschaft fest.
        Parameters:
        value - allowed object is Boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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