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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cs |
protected String |
dm |
protected String |
lo |
protected String |
qs |
| Constructor and Description |
|---|
CTRelIds() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getCs()
Explicit Relationship to Diagram Colors Part
|
String |
getDm()
Explicit Relationship to Diagram Data Part
|
String |
getLo()
Explicit Relationship to Diagram Layout Definition
Part
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getQs()
Explicit Relationship to Style Definition Part
|
void |
setCs(String value)
Sets the value of the cs property.
|
void |
setDm(String value)
Sets the value of the dm property.
|
void |
setLo(String value)
Sets the value of the lo property.
|
void |
setParent(Object parent) |
void |
setQs(String value)
Sets the value of the qs property.
|
protected String dm
protected String lo
protected String qs
protected String cs
public String getDm()
Stringpublic void setDm(String value)
value - allowed object is
Stringpublic String getLo()
Stringpublic void setLo(String value)
value - allowed object is
Stringpublic String getQs()
Stringpublic void setQs(String value)
value - allowed object is
Stringpublic String getCs()
Stringpublic void setCs(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.