Class DecoderType
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.DecoderType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Gets the value of the name property.getType()Gets the value of the type property.Gets the value of the typeIds property.inthashCode()voidSets the value of the name property.voidsetType(DecoderTypeType value) Sets the value of the type property.voidsetTypeIds(String value) Sets the value of the typeIds property.toString()withType(DecoderTypeType value) withTypeIds(String value)
-
Field Details
-
name
-
typeIds
-
type
-
-
Constructor Details
-
DecoderType
public DecoderType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTypeIds
Gets the value of the typeIds property.- Returns:
- possible object is
String
-
setTypeIds
Sets the value of the typeIds property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
DecoderTypeType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isDecoderTypeType
-
toString
-
equals
-
hashCode
public int hashCode() -
withName
-
withTypeIds
-
withType
-