Class DecoderType


  • public class DecoderType
    extends Object

    Java class for DecoderType complex type.

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

     <complexType name="DecoderType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="typeIds" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}DecoderTypeType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DecoderType

        public DecoderType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getTypeIds

        public String getTypeIds()
        Gets the value of the typeIds property.
        Returns:
        possible object is String
      • setTypeIds

        public void setTypeIds​(String value)
        Sets the value of the typeIds property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object