public class CTR extends Object implements Child
Java class for CT_R complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_R">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="proxy" type="{urn:schemas-microsoft-com:office:office}CT_Proxy" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{urn:schemas-microsoft-com:office:office}ST_RType" />
<attribute name="how" type="{urn:schemas-microsoft-com:office:office}ST_How" />
<attribute name="idref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STHow |
how |
protected String |
id |
protected String |
idref |
protected ArrayListVml<CTProxy> |
proxy |
protected STRType |
type |
| Constructor and Description |
|---|
CTR() |
| 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.
|
STHow |
getHow()
Gets the value of the how property.
|
String |
getId()
Gets the value of the id property.
|
String |
getIdref()
Gets the value of the idref property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
ArrayListVml<CTProxy> |
getProxy()
Gets the value of the proxy property.
|
STRType |
getType()
Gets the value of the type property.
|
void |
setHow(STHow value)
Sets the value of the how property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdref(String value)
Sets the value of the idref property.
|
void |
setParent(Object parent) |
void |
setType(STRType value)
Sets the value of the type property.
|
protected ArrayListVml<CTProxy> proxy
protected String id
protected STRType type
protected STHow how
protected String idref
public ArrayListVml<CTProxy> getProxy()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the proxy property.
For example, to add a new item, do as follows:
getProxy().add(newItem);
Objects of the following type(s) are allowed in the list
CTProxy
public void setId(String value)
value - allowed object is
Stringpublic STRType getType()
STRTypepublic void setType(STRType value)
value - allowed object is
STRTypepublic void setHow(STHow value)
value - allowed object is
STHowpublic String getIdref()
Stringpublic void setIdref(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-2020. All Rights Reserved.