public class CTDataBinding extends Object implements Child
Java class for CT_DataBinding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DataBinding">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="DataBindingName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FileBinding" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ConnectionID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="FileBindingName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DataBindingLoadMode" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected Long |
connectionID |
protected long |
dataBindingLoadMode |
protected String |
dataBindingName |
protected Boolean |
fileBinding |
protected String |
fileBindingName |
| Constructor and Description |
|---|
CTDataBinding() |
| 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.
|
Object |
getAny()
Gets the value of the any property.
|
Long |
getConnectionID()
Gets the value of the connectionID property.
|
long |
getDataBindingLoadMode()
Gets the value of the dataBindingLoadMode property.
|
String |
getDataBindingName()
Gets the value of the dataBindingName property.
|
String |
getFileBindingName()
Gets the value of the fileBindingName property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Boolean |
isFileBinding()
Gets the value of the fileBinding property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setConnectionID(Long value)
Sets the value of the connectionID property.
|
void |
setDataBindingLoadMode(long value)
Sets the value of the dataBindingLoadMode property.
|
void |
setDataBindingName(String value)
Sets the value of the dataBindingName property.
|
void |
setFileBinding(Boolean value)
Sets the value of the fileBinding property.
|
void |
setFileBindingName(String value)
Sets the value of the fileBindingName property.
|
void |
setParent(Object parent) |
protected Object any
protected String dataBindingName
protected Boolean fileBinding
protected Long connectionID
protected String fileBindingName
protected long dataBindingLoadMode
public Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic String getDataBindingName()
Stringpublic void setDataBindingName(String value)
value - allowed object is
Stringpublic Boolean isFileBinding()
Booleanpublic void setFileBinding(Boolean value)
value - allowed object is
Booleanpublic Long getConnectionID()
Longpublic void setConnectionID(Long value)
value - allowed object is
Longpublic String getFileBindingName()
Stringpublic void setFileBindingName(String value)
value - allowed object is
Stringpublic long getDataBindingLoadMode()
public void setDataBindingLoadMode(long value)
public 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-2021. All Rights Reserved.