Package org.docx4j.org.w3.x2003.inkML
Class BindType
java.lang.Object
org.docx4j.org.w3.x2003.inkML.BindType
- All Implemented Interfaces:
Child
http://www.w3.org/TR/InkML/#bindElement
Java class for bind.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bind.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="variable" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</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.Gets the value of the column property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the source property.Gets the value of the target property.Gets the value of the variable property.voidSets the value of the column property.voidvoidSets the value of the source property.voidSets the value of the target property.voidsetVariable(String value) Sets the value of the variable property.
-
Field Details
-
source
-
target
-
column
-
variable
-
-
Constructor Details
-
BindType
public BindType()
-
-
Method Details
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isString
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isString
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
String
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isString
-
getVariable
Gets the value of the variable property.- Returns:
- possible object is
String
-
setVariable
Sets the value of the variable 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.
-