public class CTRelIds extends Object
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 |
---|---|
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
|
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 |
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()
String
public void setDm(String value)
value
- allowed object is
String
public String getLo()
String
public void setLo(String value)
value
- allowed object is
String
public String getQs()
String
public void setQs(String value)
value
- allowed object is
String
public String getCs()
String
Copyright © 2007-2019. All Rights Reserved.