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.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
<attribute name="typeIds" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
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.
|
String |
getTypeIds()
Gets the value of the typeIds property.
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setTypeIds(String value)
Sets the value of the typeIds property.
|
String |
toString() |
DecoderType |
withName(String value) |
DecoderType |
withTypeIds(String value) |
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 DecoderType withName(String value)
public DecoderType withTypeIds(String value)
Copyright © 2018. All rights reserved.