Package org.docx4j.org.w3.x2003.inkML
Class AffineType
java.lang.Object
org.docx4j.org.w3.x2003.inkML.AffineType
- All Implemented Interfaces:
Child
http://www.w3.org/TR/InkML/#affineElement
Java class for affine.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="affine.type">
<simpleContent>
<extension base="<http://www.w3.org/2003/InkML>decimalTable.type">
<attribute ref="{http://www.w3.org/XML/1998/namespace}id"/>
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
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.getId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.getValue()A table of decimal values.voidSets the value of the id property.voidvoidSets the value of the value property.
-
Field Details
-
value
-
id
-
-
Constructor Details
-
AffineType
public AffineType()
-
-
Method Details
-
getValue
A table of decimal values. Columns in the tables are delimited by spaces, rows are delimited by commas.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
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
-
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.
-