Package org.xlsx4j.sml
Class CTDataBinding
java.lang.Object
org.xlsx4j.sml.CTDataBinding
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getAny()Gets the value of the any property.Gets the value of the connectionID property.longGets the value of the dataBindingLoadMode property.Gets the value of the dataBindingName property.Gets the value of the fileBindingName property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the fileBinding property.voidSets the value of the any property.voidsetConnectionID(Long value) Sets the value of the connectionID property.voidsetDataBindingLoadMode(long value) Sets the value of the dataBindingLoadMode property.voidsetDataBindingName(String value) Sets the value of the dataBindingName property.voidsetFileBinding(Boolean value) Sets the value of the fileBinding property.voidsetFileBindingName(String value) Sets the value of the fileBindingName property.void
-
Field Details
-
any
-
dataBindingName
-
fileBinding
-
connectionID
-
fileBindingName
-
dataBindingLoadMode
protected long dataBindingLoadMode
-
-
Constructor Details
-
CTDataBinding
public CTDataBinding()
-
-
Method Details
-
getAny
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
getDataBindingName
Gets the value of the dataBindingName property.- Returns:
- possible object is
String
-
setDataBindingName
Sets the value of the dataBindingName property.- Parameters:
value- allowed object isString
-
isFileBinding
Gets the value of the fileBinding property.- Returns:
- possible object is
Boolean
-
setFileBinding
Sets the value of the fileBinding property.- Parameters:
value- allowed object isBoolean
-
getConnectionID
Gets the value of the connectionID property.- Returns:
- possible object is
Long
-
setConnectionID
Sets the value of the connectionID property.- Parameters:
value- allowed object isLong
-
getFileBindingName
Gets the value of the fileBindingName property.- Returns:
- possible object is
String
-
setFileBindingName
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-