Class DecoderType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderfirmware.DecoderType
-
public class DecoderType extends Object
<p>Java class for DecoderType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Constructor Summary
Constructors Constructor Description DecoderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetName()Gets the value of the name property.DecoderTypeTypegetType()Gets the value of the type property.StringgetTypeIds()Gets the value of the typeIds property.inthashCode()voidsetName(String value)Sets 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.StringtoString()DecoderTypewithName(String value)DecoderTypewithType(DecoderTypeType value)DecoderTypewithTypeIds(String value)
-
-
-
Field Detail
-
name
protected String name
-
typeIds
protected String typeIds
-
type
protected DecoderTypeType type
-
-
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 isString
-
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 isString
-
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 isDecoderTypeType
-
withName
public DecoderType withName(String value)
-
withTypeIds
public DecoderType withTypeIds(String value)
-
withType
public DecoderType withType(DecoderTypeType value)
-
-