public class BindType extends java.lang.Object implements Child
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
column |
protected java.lang.String |
source |
protected java.lang.String |
target |
protected java.lang.String |
variable |
| Constructor and Description |
|---|
BindType() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getColumn()
Gets the value of the column property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getSource()
Gets the value of the source property.
|
java.lang.String |
getTarget()
Gets the value of the target property.
|
java.lang.String |
getVariable()
Gets the value of the variable property.
|
void |
setColumn(java.lang.String value)
Sets the value of the column property.
|
void |
setParent(java.lang.Object parent) |
void |
setSource(java.lang.String value)
Sets the value of the source property.
|
void |
setTarget(java.lang.String value)
Sets the value of the target property.
|
void |
setVariable(java.lang.String value)
Sets the value of the variable property.
|
protected java.lang.String source
protected java.lang.String target
protected java.lang.String column
protected java.lang.String variable
public java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTarget()
Stringpublic void setTarget(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColumn()
Stringpublic void setColumn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVariable()
Stringpublic void setVariable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.