public class BitType extends Object
Java class for BitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BitType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}description" maxOccurs="unbounded"/>
</sequence>
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected short |
number |
protected Short |
value |
| Constructor and Description |
|---|
BitType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
short |
getNumber()
Gets the value of the number property.
|
Short |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setNumber(short value)
Sets the value of the number property.
|
void |
setValue(Short value)
Sets the value of the value property.
|
String |
toString() |
BitType |
withDescription(Collection<DescriptionType> values) |
BitType |
withDescription(DescriptionType... values) |
BitType |
withNumber(short value) |
BitType |
withValue(Short value) |
protected List<DescriptionType> description
protected short number
protected Short value
public List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public short getNumber()
public void setNumber(short value)
public Short getValue()
Shortpublic void setValue(Short value)
value - allowed object is
Shortpublic BitType withDescription(DescriptionType... values)
public BitType withDescription(Collection<DescriptionType> values)
public BitType withNumber(short value)
Copyright © 2021. All rights reserved.