public class CTRuby extends java.lang.Object implements Child
Java class for CT_Ruby complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Ruby">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rubyPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RubyPr"/>
<element name="rt" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RubyContent"/>
<element name="rubyBase" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RubyContent"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTRubyContent |
rt |
protected CTRubyContent |
rubyBase |
protected CTRubyPr |
rubyPr |
| Constructor and Description |
|---|
CTRuby() |
| 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.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTRubyContent |
getRt()
Gets the value of the rt property.
|
CTRubyContent |
getRubyBase()
Gets the value of the rubyBase property.
|
CTRubyPr |
getRubyPr()
Gets the value of the rubyPr property.
|
void |
setParent(java.lang.Object parent) |
void |
setRt(CTRubyContent value)
Sets the value of the rt property.
|
void |
setRubyBase(CTRubyContent value)
Sets the value of the rubyBase property.
|
void |
setRubyPr(CTRubyPr value)
Sets the value of the rubyPr property.
|
protected CTRubyPr rubyPr
protected CTRubyContent rt
protected CTRubyContent rubyBase
public CTRubyPr getRubyPr()
CTRubyPrpublic void setRubyPr(CTRubyPr value)
value - allowed object is
CTRubyPrpublic CTRubyContent getRt()
CTRubyContentpublic void setRt(CTRubyContent value)
value - allowed object is
CTRubyContentpublic CTRubyContent getRubyBase()
CTRubyContentpublic void setRubyBase(CTRubyContent value)
value - allowed object is
CTRubyContentpublic 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–2023. All rights reserved.