java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.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>
 
  • Field Details

  • Constructor Details

    • DecoderType

      public DecoderType()
  • Method Details

    • 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
    • getType

      public DecoderTypeType getType()
      Gets the value of the type property.
      Returns:
      possible object is DecoderTypeType
    • setType

      public void setType(DecoderTypeType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is DecoderTypeType
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withName

      public DecoderType withName(String value)
    • withTypeIds

      public DecoderType withTypeIds(String value)
    • withType

      public DecoderType withType(DecoderTypeType value)