Class ParameterType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class ParameterType
    extends ExtensibleObjectType
    Represents a parameter for a parameterized query or, an AttributeDef for an ObjectType ClassificationNode.

    Java class for ParameterType complex type.

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

    
     <complexType name="ParameterType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}ExtensibleObjectType">
           <sequence>
             <element name="Name" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}InternationalStringType"/>
             <element name="Description" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}InternationalStringType" minOccurs="0"/>
           </sequence>
           <attribute name="parameterName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="dataType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="1" />
           <attribute name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="1" />
         </extension>
       </complexContent>
     </complexType>
     

    This class was annotated by ph-jaxb-plugin -Xph-annotate

    This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb-plugin -Xph-tostring

    This class contains methods created by ph-jaxb-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb-plugin -Xph-value-extender

    See Also:
    Serialized Form
    • Constructor Detail

      • ParameterType

        public ParameterType()
        Default constructor
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender