Package org.xlsx4j.sml
Class CTDataBinding
java.lang.Object
org.xlsx4j.sml.CTDataBinding
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Objectanyprotected java.lang.LongconnectionIDprotected longdataBindingLoadModeprotected java.lang.StringdataBindingNameprotected java.lang.BooleanfileBindingprotected java.lang.StringfileBindingName -
Constructor Summary
Constructors Constructor Description CTDataBinding() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.ObjectgetAny()Gets the value of the any property.java.lang.LonggetConnectionID()Gets the value of the connectionID property.longgetDataBindingLoadMode()Gets the value of the dataBindingLoadMode property.java.lang.StringgetDataBindingName()Gets the value of the dataBindingName property.java.lang.StringgetFileBindingName()Gets the value of the fileBindingName property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.BooleanisFileBinding()Gets the value of the fileBinding property.voidsetAny(java.lang.Object value)Sets the value of the any property.voidsetConnectionID(java.lang.Long value)Sets the value of the connectionID property.voidsetDataBindingLoadMode(long value)Sets the value of the dataBindingLoadMode property.voidsetDataBindingName(java.lang.String value)Sets the value of the dataBindingName property.voidsetFileBinding(java.lang.Boolean value)Sets the value of the fileBinding property.voidsetFileBindingName(java.lang.String value)Sets the value of the fileBindingName property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
any
protected java.lang.Object any -
dataBindingName
protected java.lang.String dataBindingName -
fileBinding
protected java.lang.Boolean fileBinding -
connectionID
protected java.lang.Long connectionID -
fileBindingName
protected java.lang.String fileBindingName -
dataBindingLoadMode
protected long dataBindingLoadMode
-
-
Constructor Details
-
CTDataBinding
public CTDataBinding()
-
-
Method Details
-
getAny
public java.lang.Object getAny()Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
public void setAny(java.lang.Object value)Sets the value of the any property.- Parameters:
value- allowed object isObject
-
getDataBindingName
public java.lang.String getDataBindingName()Gets the value of the dataBindingName property.- Returns:
- possible object is
String
-
setDataBindingName
public void setDataBindingName(java.lang.String value)Sets the value of the dataBindingName property.- Parameters:
value- allowed object isString
-
isFileBinding
public java.lang.Boolean isFileBinding()Gets the value of the fileBinding property.- Returns:
- possible object is
Boolean
-
setFileBinding
public void setFileBinding(java.lang.Boolean value)Sets the value of the fileBinding property.- Parameters:
value- allowed object isBoolean
-
getConnectionID
public java.lang.Long getConnectionID()Gets the value of the connectionID property.- Returns:
- possible object is
Long
-
setConnectionID
public void setConnectionID(java.lang.Long value)Sets the value of the connectionID property.- Parameters:
value- allowed object isLong
-
getFileBindingName
public java.lang.String getFileBindingName()Gets the value of the fileBindingName property.- Returns:
- possible object is
String
-
setFileBindingName
public void setFileBindingName(java.lang.String value)Sets the value of the fileBindingName property.- Parameters:
value- allowed object isString
-
getDataBindingLoadMode
public long getDataBindingLoadMode()Gets the value of the dataBindingLoadMode property. -
setDataBindingLoadMode
public void setDataBindingLoadMode(long value)Sets the value of the dataBindingLoadMode property. -
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-