Class CTRelIds

java.lang.Object
org.docx4j.dml.diagram.CTRelIds
All Implemented Interfaces:
Child

public class CTRelIds extends 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 Details

  • Constructor Details

    • CTRelIds

      public CTRelIds()
  • Method Details

    • getDm

      public String getDm()
      Explicit Relationship to Diagram Data Part
      Returns:
      possible object is String
    • setDm

      public void setDm(String value)
      Sets the value of the dm property.
      Parameters:
      value - allowed object is String
    • getLo

      public String getLo()
      Explicit Relationship to Diagram Layout Definition Part
      Returns:
      possible object is String
    • setLo

      public void setLo(String value)
      Sets the value of the lo property.
      Parameters:
      value - allowed object is String
    • getQs

      public String getQs()
      Explicit Relationship to Style Definition Part
      Returns:
      possible object is String
    • setQs

      public void setQs(String value)
      Sets the value of the qs property.
      Parameters:
      value - allowed object is String
    • getCs

      public String getCs()
      Explicit Relationship to Diagram Colors Part
      Returns:
      possible object is String
    • setCs

      public void setCs(String value)
      Sets the value of the cs property.
      Parameters:
      value - allowed object is String
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.