public class CTDataBinding extends java.lang.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 java.lang.Object |
any |
protected java.lang.Long |
connectionID |
protected long |
dataBindingLoadMode |
protected java.lang.String |
dataBindingName |
protected java.lang.Boolean |
fileBinding |
protected java.lang.String |
fileBindingName |
| Constructor and Description |
|---|
CTDataBinding() |
| 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.Object |
getAny()
Gets the value of the any property.
|
java.lang.Long |
getConnectionID()
Gets the value of the connectionID property.
|
long |
getDataBindingLoadMode()
Gets the value of the dataBindingLoadMode property.
|
java.lang.String |
getDataBindingName()
Gets the value of the dataBindingName property.
|
java.lang.String |
getFileBindingName()
Gets the value of the fileBindingName property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.Boolean |
isFileBinding()
Gets the value of the fileBinding property.
|
void |
setAny(java.lang.Object value)
Sets the value of the any property.
|
void |
setConnectionID(java.lang.Long value)
Sets the value of the connectionID property.
|
void |
setDataBindingLoadMode(long value)
Sets the value of the dataBindingLoadMode property.
|
void |
setDataBindingName(java.lang.String value)
Sets the value of the dataBindingName property.
|
void |
setFileBinding(java.lang.Boolean value)
Sets the value of the fileBinding property.
|
void |
setFileBindingName(java.lang.String value)
Sets the value of the fileBindingName property.
|
void |
setParent(java.lang.Object parent) |
protected java.lang.Object any
protected java.lang.String dataBindingName
protected java.lang.Boolean fileBinding
protected java.lang.Long connectionID
protected java.lang.String fileBindingName
protected long dataBindingLoadMode
public java.lang.Object getAny()
Objectpublic void setAny(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getDataBindingName()
Stringpublic void setDataBindingName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isFileBinding()
Booleanpublic void setFileBinding(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getConnectionID()
Longpublic void setConnectionID(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getFileBindingName()
Stringpublic void setFileBindingName(java.lang.String value)
value - allowed object is
Stringpublic long getDataBindingLoadMode()
public void setDataBindingLoadMode(long value)
public 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–2025. All rights reserved.