Package org.docx4j.dml
Class CTLightRig
java.lang.Object
org.docx4j.dml.CTLightRig
- All Implemented Interfaces:
Child
Java class for CT_LightRig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_LightRig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rot" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_SphereCoords" minOccurs="0"/>
</sequence>
<attribute name="rig" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_LightRigType" />
<attribute name="dir" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_LightRigDirection" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected STLightRigDirectionprotected STLightRigTypeprotected CTSphereCoords -
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.getDir()Gets the value of the dir property.Gets the parent object in the object tree representing the unmarshalled xml document.getRig()Gets the value of the rig property.getRot()Gets the value of the rot property.voidsetDir(STLightRigDirection value) Sets the value of the dir property.voidvoidsetRig(STLightRigType value) Sets the value of the rig property.voidsetRot(CTSphereCoords value) Sets the value of the rot property.
-
Field Details
-
rot
-
rig
-
dir
-
-
Constructor Details
-
CTLightRig
public CTLightRig()
-
-
Method Details
-
getRot
Gets the value of the rot property.- Returns:
- possible object is
CTSphereCoords
-
setRot
Sets the value of the rot property.- Parameters:
value- allowed object isCTSphereCoords
-
getRig
Gets the value of the rig property.- Returns:
- possible object is
STLightRigType
-
setRig
Sets the value of the rig property.- Parameters:
value- allowed object isSTLightRigType
-
getDir
Gets the value of the dir property.- Returns:
- possible object is
STLightRigDirection
-
setDir
Sets the value of the dir property.- Parameters:
value- allowed object isSTLightRigDirection
-
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.
-