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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cs |
protected java.lang.String |
dm |
protected java.lang.String |
lo |
protected java.lang.String |
qs |
| Constructor and Description |
|---|
CTRelIds() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.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.
|
protected java.lang.String dm
protected java.lang.String lo
protected java.lang.String qs
protected java.lang.String cs
public java.lang.String getDm()
Stringpublic void setDm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLo()
Stringpublic void setLo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQs()
Stringpublic void setQs(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCs()
Stringpublic void setCs(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.