public class BindType extends 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 String |
column |
protected String |
source |
protected String |
target |
protected String |
variable |
| Constructor and Description |
|---|
BindType() |
| 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.
|
String |
getColumn()
Gets the value of the column property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSource()
Gets the value of the source property.
|
String |
getTarget()
Gets the value of the target property.
|
String |
getVariable()
Gets the value of the variable property.
|
void |
setColumn(String value)
Sets the value of the column property.
|
void |
setParent(Object parent) |
void |
setSource(String value)
Sets the value of the source property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
void |
setVariable(String value)
Sets the value of the variable property.
|
protected String source
protected String target
protected String column
protected String variable
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic String getVariable()
Stringpublic void setVariable(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-2020. All Rights Reserved.