public class InkSourceType extends Object implements Child
Java class for inkSource.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inkSource.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="traceFormat" type="{http://www.w3.org/2003/InkML}traceFormat.type"/>
<element name="sampleRate" type="{http://www.w3.org/2003/InkML}sampleRate.type" minOccurs="0"/>
<element name="latency" type="{http://www.w3.org/2003/InkML}latency.type" minOccurs="0"/>
<element name="activeArea" type="{http://www.w3.org/2003/InkML}activeArea.type" minOccurs="0"/>
<element name="sourceProperty" type="{http://www.w3.org/2003/InkML}sourceProperty.type" maxOccurs="unbounded" minOccurs="0"/>
<element name="channelProperties" type="{http://www.w3.org/2003/InkML}channelProperties.type" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}id use="required""/>
<attribute name="manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="model" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="serialNo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="specificationRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveAreaType |
activeArea |
protected ChannelPropertiesType |
channelProperties |
protected String |
description |
protected String |
id |
protected LatencyType |
latency |
protected String |
manufacturer |
protected String |
model |
protected SampleRateType |
sampleRate |
protected String |
serialNo |
protected List<SourcePropertyType> |
sourceProperty |
protected String |
specificationRef |
protected TraceFormatType |
traceFormat |
| Constructor and Description |
|---|
InkSourceType() |
| 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.
|
ActiveAreaType |
getActiveArea()
Gets the value of the activeArea property.
|
ChannelPropertiesType |
getChannelProperties()
Gets the value of the channelProperties property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
LatencyType |
getLatency()
Gets the value of the latency property.
|
String |
getManufacturer()
Gets the value of the manufacturer property.
|
String |
getModel()
Gets the value of the model property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
SampleRateType |
getSampleRate()
Gets the value of the sampleRate property.
|
String |
getSerialNo()
Gets the value of the serialNo property.
|
List<SourcePropertyType> |
getSourceProperty()
Gets the value of the sourceProperty property.
|
String |
getSpecificationRef()
Gets the value of the specificationRef property.
|
TraceFormatType |
getTraceFormat()
Gets the value of the traceFormat property.
|
void |
setActiveArea(ActiveAreaType value)
Sets the value of the activeArea property.
|
void |
setChannelProperties(ChannelPropertiesType value)
Sets the value of the channelProperties property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLatency(LatencyType value)
Sets the value of the latency property.
|
void |
setManufacturer(String value)
Sets the value of the manufacturer property.
|
void |
setModel(String value)
Sets the value of the model property.
|
void |
setParent(Object parent) |
void |
setSampleRate(SampleRateType value)
Sets the value of the sampleRate property.
|
void |
setSerialNo(String value)
Sets the value of the serialNo property.
|
void |
setSpecificationRef(String value)
Sets the value of the specificationRef property.
|
void |
setTraceFormat(TraceFormatType value)
Sets the value of the traceFormat property.
|
protected TraceFormatType traceFormat
protected SampleRateType sampleRate
protected LatencyType latency
protected ActiveAreaType activeArea
protected List<SourcePropertyType> sourceProperty
protected ChannelPropertiesType channelProperties
protected String id
protected String manufacturer
protected String model
protected String serialNo
protected String specificationRef
protected String description
public TraceFormatType getTraceFormat()
TraceFormatTypepublic void setTraceFormat(TraceFormatType value)
value - allowed object is
TraceFormatTypepublic SampleRateType getSampleRate()
SampleRateTypepublic void setSampleRate(SampleRateType value)
value - allowed object is
SampleRateTypepublic LatencyType getLatency()
LatencyTypepublic void setLatency(LatencyType value)
value - allowed object is
LatencyTypepublic ActiveAreaType getActiveArea()
ActiveAreaTypepublic void setActiveArea(ActiveAreaType value)
value - allowed object is
ActiveAreaTypepublic List<SourcePropertyType> getSourceProperty()
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 sourceProperty property.
For example, to add a new item, do as follows:
getSourceProperty().add(newItem);
Objects of the following type(s) are allowed in the list
SourcePropertyType
public ChannelPropertiesType getChannelProperties()
ChannelPropertiesTypepublic void setChannelProperties(ChannelPropertiesType value)
value - allowed object is
ChannelPropertiesTypepublic void setId(String value)
value - allowed object is
Stringpublic String getManufacturer()
Stringpublic void setManufacturer(String value)
value - allowed object is
Stringpublic String getModel()
Stringpublic void setModel(String value)
value - allowed object is
Stringpublic String getSerialNo()
Stringpublic void setSerialNo(String value)
value - allowed object is
Stringpublic String getSpecificationRef()
Stringpublic void setSpecificationRef(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(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-2021. All Rights Reserved.