public class CTRelation extends Object implements Child
Java class for CT_Relation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Relation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
<attribute name="idsrc" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="iddest" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="idcntr" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STExt |
ext |
protected String |
idcntr |
protected String |
iddest |
protected String |
idsrc |
| Constructor and Description |
|---|
CTRelation() |
| 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.
|
STExt |
getExt()
Gets the value of the ext property.
|
String |
getIdcntr()
Gets the value of the idcntr property.
|
String |
getIddest()
Gets the value of the iddest property.
|
String |
getIdsrc()
Gets the value of the idsrc property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setIdcntr(String value)
Sets the value of the idcntr property.
|
void |
setIddest(String value)
Sets the value of the iddest property.
|
void |
setIdsrc(String value)
Sets the value of the idsrc property.
|
void |
setParent(Object parent) |
protected String idsrc
protected String iddest
protected String idcntr
protected STExt ext
public String getIdsrc()
Stringpublic void setIdsrc(String value)
value - allowed object is
Stringpublic String getIddest()
Stringpublic void setIddest(String value)
value - allowed object is
Stringpublic String getIdcntr()
Stringpublic void setIdcntr(String value)
value - allowed object is
Stringpublic void setExt(STExt value)
value - allowed object is
STExtpublic 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.