Class CVType
Java class for CVType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}valueCalculation" minOccurs="0"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}image" minOccurs="0"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}conditions" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}bit"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}bitSelection"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}partial"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}group"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="type" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVTypeType" />
<attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="mode" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVModeType" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="pomWriteExclude" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="initialRead" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="possibleValues" type="{http://www.decoderdb.de/schema/commonTypes/1.2}rangeValues" />
<attribute name="isCustom" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConditionsTypeprotected Shortprotected List<DescriptionType> protected Stringprotected ImageTypeprotected Shortprotected Shortprotected Booleanprotected Booleanprotected CVModeTypeprotected intprotected Booleanprotected Stringprotected CVTypeTypeprotected ValueCalculationType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the bitOrBitSelectionOrPartial property.Gets the value of the conditions property.Gets the value of the defaultValue property.Gets the value of the description property.getId()Gets the value of the id property.getImage()Gets the value of the image property.Gets the value of the indexHigh property.Gets the value of the indexLow property.getMode()Gets the value of the mode property.intGets the value of the number property.Gets the value of the possibleValues property.getType()Gets the value of the type property.Gets the value of the valueCalculation property.inthashCode()Gets the value of the initialRead property.Gets the value of the isCustom property.Gets the value of the pomWriteExclude property.voidsetConditions(ConditionsType value) Sets the value of the conditions property.voidsetDefaultValue(Short value) Sets the value of the defaultValue property.voidSets the value of the id property.voidSets the value of the image property.voidsetIndexHigh(Short value) Sets the value of the indexHigh property.voidsetIndexLow(Short value) Sets the value of the indexLow property.voidsetInitialRead(Boolean value) Sets the value of the initialRead property.voidsetIsCustom(Boolean value) Sets the value of the isCustom property.voidsetMode(CVModeType value) Sets the value of the mode property.voidsetNumber(int value) Sets the value of the number property.voidsetPomWriteExclude(Boolean value) Sets the value of the pomWriteExclude property.voidsetPossibleValues(String value) Sets the value of the possibleValues property.voidsetType(CVTypeType value) Sets the value of the type property.voidSets the value of the valueCalculation property.toString()withBitOrBitSelectionOrPartial(Object... values) withConditions(ConditionsType value) withDefaultValue(Short value) withDescription(Collection<DescriptionType> values) withDescription(DescriptionType... values) withIndexHigh(Short value) withIndexLow(Short value) withInitialRead(Boolean value) withIsCustom(Boolean value) withMode(CVModeType value) withNumber(int value) withPomWriteExclude(Boolean value) withPossibleValues(String value) withType(CVTypeType value)
-
Field Details
-
valueCalculation
-
description
-
image
-
conditions
-
bitOrBitSelectionOrPartial
-
id
-
number
protected int number -
type
-
indexHigh
-
indexLow
-
mode
-
defaultValue
-
pomWriteExclude
-
initialRead
-
possibleValues
-
isCustom
-
-
Constructor Details
-
CVType
public CVType()
-
-
Method Details
-
getValueCalculation
Gets the value of the valueCalculation property.- Returns:
- possible object is
ValueCalculationType
-
setValueCalculation
Sets the value of the valueCalculation property.- Parameters:
value- allowed object isValueCalculationType
-
getDescription
Gets the value of the description property.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
setmethod 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 -
getImage
Gets the value of the image property.- Returns:
- possible object is
ImageType
-
setImage
Sets the value of the image property.- Parameters:
value- allowed object isImageType
-
getConditions
Gets the value of the conditions property.- Returns:
- possible object is
ConditionsType
-
setConditions
Sets the value of the conditions property.- Parameters:
value- allowed object isConditionsType
-
getBitOrBitSelectionOrPartial
Gets the value of the bitOrBitSelectionOrPartial property.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
setmethod for the bitOrBitSelectionOrPartial property.For example, to add a new item, do as follows:
getBitOrBitSelectionOrPartial().add(newItem);Objects of the following type(s) are allowed in the list
BitSelectionTypeBitTypeGroupTypePartialType -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getNumber
public int getNumber()Gets the value of the number property. -
setNumber
public void setNumber(int value) Sets the value of the number property. -
getType
Gets the value of the type property.- Returns:
- possible object is
CVTypeType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCVTypeType
-
getIndexHigh
Gets the value of the indexHigh property.- Returns:
- possible object is
Short
-
setIndexHigh
Sets the value of the indexHigh property.- Parameters:
value- allowed object isShort
-
getIndexLow
Gets the value of the indexLow property.- Returns:
- possible object is
Short
-
setIndexLow
Sets the value of the indexLow property.- Parameters:
value- allowed object isShort
-
getMode
Gets the value of the mode property.- Returns:
- possible object is
CVModeType
-
setMode
Sets the value of the mode property.- Parameters:
value- allowed object isCVModeType
-
getDefaultValue
Gets the value of the defaultValue property.- Returns:
- possible object is
Short
-
setDefaultValue
Sets the value of the defaultValue property.- Parameters:
value- allowed object isShort
-
isPomWriteExclude
Gets the value of the pomWriteExclude property.- Returns:
- possible object is
Boolean
-
setPomWriteExclude
Sets the value of the pomWriteExclude property.- Parameters:
value- allowed object isBoolean
-
isInitialRead
Gets the value of the initialRead property.- Returns:
- possible object is
Boolean
-
setInitialRead
Sets the value of the initialRead property.- Parameters:
value- allowed object isBoolean
-
getPossibleValues
Gets the value of the possibleValues property.- Returns:
- possible object is
String
-
setPossibleValues
Sets the value of the possibleValues property.- Parameters:
value- allowed object isString
-
isIsCustom
Gets the value of the isCustom property.- Returns:
- possible object is
Boolean
-
setIsCustom
Sets the value of the isCustom property.- Parameters:
value- allowed object isBoolean
-
toString
-
equals
-
hashCode
public int hashCode() -
withValueCalculation
-
withDescription
-
withDescription
-
withImage
-
withConditions
-
withBitOrBitSelectionOrPartial
-
withBitOrBitSelectionOrPartial
-
withId
-
withNumber
-
withType
-
withIndexHigh
-
withIndexLow
-
withMode
-
withDefaultValue
-
withPomWriteExclude
-
withInitialRead
-
withPossibleValues
-
withIsCustom
-