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

    Fields
    Modifier and Type Field Description
    protected java.lang.String cs  
    protected java.lang.String dm  
    protected java.lang.String lo  
    protected java.lang.String qs  
  • Constructor Summary

    Constructors
    Constructor Description
    CTRelIds()  
  • Method Summary

    Modifier and Type Method Description
    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.
    java.lang.String getCs()
    Explicit Relationship to Diagram Colors Part
    java.lang.String getDm()
    Explicit Relationship to Diagram Data Part
    java.lang.String getLo()
    Explicit Relationship to Diagram Layout Definition Part
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getQs()
    Explicit Relationship to Style Definition Part
    void setCs​(java.lang.String value)
    Sets the value of the cs property.
    void setDm​(java.lang.String value)
    Sets the value of the dm property.
    void setLo​(java.lang.String value)
    Sets the value of the lo property.
    void setParent​(java.lang.Object parent)  
    void setQs​(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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.