Package org.docx4j.dml.diagram
Class CTRelIds
java.lang.Object
org.docx4j.dml.diagram.CTRelIds
- All Implemented Interfaces:
Child
public class CTRelIds extends java.lang.Object implements 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
-
Constructor Summary
Constructors Constructor Description CTRelIds() -
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.StringgetCs()Explicit Relationship to Diagram Colors Partjava.lang.StringgetDm()Explicit Relationship to Diagram Data Partjava.lang.StringgetLo()Explicit Relationship to Diagram Layout Definition Partjava.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetQs()Explicit Relationship to Style Definition PartvoidsetCs(java.lang.String value)Sets the value of the cs property.voidsetDm(java.lang.String value)Sets the value of the dm property.voidsetLo(java.lang.String value)Sets the value of the lo property.voidsetParent(java.lang.Object parent)voidsetQs(java.lang.String value)Sets the value of the qs property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
dm
protected java.lang.String dm -
lo
protected java.lang.String lo -
qs
protected java.lang.String qs -
cs
protected java.lang.String cs
-
-
Constructor Details
-
CTRelIds
public CTRelIds()
-
-
Method Details
-
getDm
public java.lang.String getDm()Explicit Relationship to Diagram Data Part- Returns:
- possible object is
String
-
setDm
public void setDm(java.lang.String value)Sets the value of the dm property.- Parameters:
value- allowed object isString
-
getLo
public java.lang.String getLo()Explicit Relationship to Diagram Layout Definition Part- Returns:
- possible object is
String
-
setLo
public void setLo(java.lang.String value)Sets the value of the lo property.- Parameters:
value- allowed object isString
-
getQs
public java.lang.String getQs()Explicit Relationship to Style Definition Part- Returns:
- possible object is
String
-
setQs
public void setQs(java.lang.String value)Sets the value of the qs property.- Parameters:
value- allowed object isString
-
getCs
public java.lang.String getCs()Explicit Relationship to Diagram Colors Part- Returns:
- possible object is
String
-
setCs
public void setCs(java.lang.String value)Sets the value of the cs property.- Parameters:
value- allowed object isString
-
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.
-