public static class ChannelPropertiesType.ChannelProperty extends Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="channel" use="required" type="{http://www.w3.org/2003/InkML}channelName.type" />
<attribute name="name" use="required" type="{http://www.w3.org/2003/InkML}channelPropertyName.type" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="units" type="{http://www.w3.org/2003/InkML}units.type" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
channel |
protected String |
name |
protected String |
units |
protected BigDecimal |
value |
| Constructor and Description |
|---|
ChannelProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getChannel()
Gets the value of the channel property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getUnits()
Gets the value of the units property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setChannel(String value)
Sets the value of the channel property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setUnits(String value)
Sets the value of the units property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected String channel
protected String name
protected BigDecimal value
protected String units
public String getChannel()
Stringpublic void setChannel(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String getUnits()
Stringpublic void setUnits(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.