Package org.docx4j.dml.diagram
Class CTRelIds
java.lang.Object
org.docx4j.dml.diagram.CTRelIds
- All Implemented Interfaces:
Child
Java class for CT_RelIds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RelIds">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}dm use="required""/>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}lo use="required""/>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}qs use="required""/>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}cs use="required""/>
</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.getCs()Explicit Relationship to Diagram Colors PartgetDm()Explicit Relationship to Diagram Data PartgetLo()Explicit Relationship to Diagram Layout Definition PartGets the parent object in the object tree representing the unmarshalled xml document.getQs()Explicit Relationship to Style Definition PartvoidSets the value of the cs property.voidSets the value of the dm property.voidSets the value of the lo property.voidvoidSets the value of the qs property.
-
Field Details
-
dm
-
lo
-
qs
-
cs
-
-
Constructor Details
-
CTRelIds
public CTRelIds()
-
-
Method Details
-
getDm
Explicit Relationship to Diagram Data Part- Returns:
- possible object is
String
-
setDm
Sets the value of the dm property.- Parameters:
value- allowed object isString
-
getLo
Explicit Relationship to Diagram Layout Definition Part- Returns:
- possible object is
String
-
setLo
Sets the value of the lo property.- Parameters:
value- allowed object isString
-
getQs
Explicit Relationship to Style Definition Part- Returns:
- possible object is
String
-
setQs
Sets the value of the qs property.- Parameters:
value- allowed object isString
-
getCs
Explicit Relationship to Diagram Colors Part- Returns:
- possible object is
String
-
setCs
Sets the value of the cs 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.
-