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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected DecoderTypeType |
type |
protected String |
typeIds |
| Constructor and Description |
|---|
DecoderType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getName()
Gets the value of the name property.
|
DecoderTypeType |
getType()
Gets the value of the type property.
|
String |
getTypeIds()
Gets the value of the typeIds property.
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(DecoderTypeType value)
Sets the value of the type property.
|
void |
setTypeIds(String value)
Sets the value of the typeIds property.
|
String |
toString() |
DecoderType |
withName(String value) |
DecoderType |
withType(DecoderTypeType value) |
DecoderType |
withTypeIds(String value) |
protected String name
protected String typeIds
protected DecoderTypeType type
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTypeIds()
Stringpublic void setTypeIds(String value)
value - allowed object is
Stringpublic DecoderTypeType getType()
DecoderTypeTypepublic void setType(DecoderTypeType value)
value - allowed object is
DecoderTypeTypepublic DecoderType withName(String value)
public DecoderType withTypeIds(String value)
public DecoderType withType(DecoderTypeType value)
Copyright © 2021. All rights reserved.