Package org.xlsx4j.sml
Class CTControl
java.lang.Object
org.xlsx4j.sml.CTControl
- All Implemented Interfaces:
Child
Java class for CT_Control complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Control">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="controlPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ControlPr" minOccurs="0"/>
</sequence>
<attribute name="shapeId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</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.Gets the value of the controlPr property.getId()Gets the value of the id property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.longGets the value of the shapeId property.voidsetControlPr(CTControlPr value) Sets the value of the controlPr property.voidSets the value of the id property.voidSets the value of the name property.voidvoidsetShapeId(long value) Sets the value of the shapeId property.
-
Field Details
-
controlPr
-
shapeId
protected long shapeId -
id
-
name
-
-
Constructor Details
-
CTControl
public CTControl()
-
-
Method Details
-
getControlPr
Gets the value of the controlPr property.- Returns:
- possible object is
CTControlPr
-
setControlPr
Sets the value of the controlPr property.- Parameters:
value- allowed object isCTControlPr
-
getShapeId
public long getShapeId()Gets the value of the shapeId property. -
setShapeId
public void setShapeId(long value) Sets the value of the shapeId property. -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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.
-