public class CVReferenceType extends Object
Java class for CVReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="activeItems" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activeItems |
protected Short |
indexHigh |
protected Short |
indexLow |
protected int |
number |
| Constructor and Description |
|---|
CVReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getActiveItems()
Gets the value of the activeItems property.
|
Short |
getIndexHigh()
Gets the value of the indexHigh property.
|
Short |
getIndexLow()
Gets the value of the indexLow property.
|
int |
getNumber()
Gets the value of the number property.
|
int |
hashCode() |
void |
setActiveItems(String value)
Sets the value of the activeItems property.
|
void |
setIndexHigh(Short value)
Sets the value of the indexHigh property.
|
void |
setIndexLow(Short value)
Sets the value of the indexLow property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
String |
toString() |
CVReferenceType |
withActiveItems(String value) |
CVReferenceType |
withIndexHigh(Short value) |
CVReferenceType |
withIndexLow(Short value) |
CVReferenceType |
withNumber(int value) |
protected int number
protected Short indexHigh
protected Short indexLow
protected String activeItems
public int getNumber()
public void setNumber(int value)
public Short getIndexHigh()
Shortpublic void setIndexHigh(Short value)
value - allowed object is
Shortpublic Short getIndexLow()
Shortpublic void setIndexLow(Short value)
value - allowed object is
Shortpublic String getActiveItems()
Stringpublic void setActiveItems(String value)
value - allowed object is
Stringpublic CVReferenceType withNumber(int value)
public CVReferenceType withIndexHigh(Short value)
public CVReferenceType withIndexLow(Short value)
public CVReferenceType withActiveItems(String value)
Copyright © 2018. All rights reserved.