Package org.docx4j.org.w3.x2003.inkML
Class InkSourceType
java.lang.Object
org.docx4j.org.w3.x2003.inkML.InkSourceType
- All Implemented Interfaces:
Child
http://www.w3.org/TR/InkML/#inkSourceElement
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveAreaTypeprotected ChannelPropertiesTypeprotected Stringprotected Stringprotected LatencyTypeprotected Stringprotected Stringprotected SampleRateTypeprotected Stringprotected List<SourcePropertyType>protected Stringprotected TraceFormatType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the activeArea property.Gets the value of the channelProperties property.Gets the value of the description property.getId()Gets the value of the id property.Gets the value of the latency property.Gets the value of the manufacturer property.getModel()Gets the value of the model property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the sampleRate property.Gets the value of the serialNo property.Gets the value of the sourceProperty property.Gets the value of the specificationRef property.Gets the value of the traceFormat property.voidsetActiveArea(ActiveAreaType value) Sets the value of the activeArea property.voidSets the value of the channelProperties property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the id property.voidsetLatency(LatencyType value) Sets the value of the latency property.voidsetManufacturer(String value) Sets the value of the manufacturer property.voidSets the value of the model property.voidvoidsetSampleRate(SampleRateType value) Sets the value of the sampleRate property.voidsetSerialNo(String value) Sets the value of the serialNo property.voidsetSpecificationRef(String value) Sets the value of the specificationRef property.voidsetTraceFormat(TraceFormatType value) Sets the value of the traceFormat property.
-
Field Details
-
traceFormat
-
sampleRate
-
latency
-
activeArea
-
sourceProperty
-
channelProperties
-
id
-
manufacturer
-
model
-
serialNo
-
specificationRef
-
description
-
-
Constructor Details
-
InkSourceType
public InkSourceType()
-
-
Method Details
-
getTraceFormat
Gets the value of the traceFormat property.- Returns:
- possible object is
TraceFormatType
-
setTraceFormat
Sets the value of the traceFormat property.- Parameters:
value- allowed object isTraceFormatType
-
getSampleRate
Gets the value of the sampleRate property.- Returns:
- possible object is
SampleRateType
-
setSampleRate
Sets the value of the sampleRate property.- Parameters:
value- allowed object isSampleRateType
-
getLatency
Gets the value of the latency property.- Returns:
- possible object is
LatencyType
-
setLatency
Sets the value of the latency property.- Parameters:
value- allowed object isLatencyType
-
getActiveArea
Gets the value of the activeArea property.- Returns:
- possible object is
ActiveAreaType
-
setActiveArea
Sets the value of the activeArea property.- Parameters:
value- allowed object isActiveAreaType
-
getSourceProperty
Gets the value of the sourceProperty 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 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 -
getChannelProperties
Gets the value of the channelProperties property.- Returns:
- possible object is
ChannelPropertiesType
-
setChannelProperties
Sets the value of the channelProperties property.- Parameters:
value- allowed object isChannelPropertiesType
-
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
-
getManufacturer
Gets the value of the manufacturer property.- Returns:
- possible object is
String
-
setManufacturer
Sets the value of the manufacturer property.- Parameters:
value- allowed object isString
-
getModel
Gets the value of the model property.- Returns:
- possible object is
String
-
setModel
Sets the value of the model property.- Parameters:
value- allowed object isString
-
getSerialNo
Gets the value of the serialNo property.- Returns:
- possible object is
String
-
setSerialNo
Sets the value of the serialNo property.- Parameters:
value- allowed object isString
-
getSpecificationRef
Gets the value of the specificationRef property.- Returns:
- possible object is
String
-
setSpecificationRef
Sets the value of the specificationRef property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-