Class R
- All Implemented Interfaces:
ContentAccessor,Child
public class R extends java.lang.Object implements Child, ContentAccessor
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RPr" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RunInnerContent" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="rsidRPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="rsidDel" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="rsidR" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classR.AnnotationRefJava class for anonymous complex type.static classR.CommentReferenceJava class for anonymous complex type.static classR.ContinuationSeparatorJava class for anonymous complex type.static classR.CrJava class for anonymous complex type.static classR.DayLongJava class for anonymous complex type.static classR.DayShortJava class for anonymous complex type.static classR.EndnoteRefJava class for anonymous complex type.static classR.FootnoteRefJava class for anonymous complex type.static classR.LastRenderedPageBreakJava class for anonymous complex type.static classR.MonthLongJava class for anonymous complex type.static classR.MonthShortJava class for anonymous complex type.static classR.NoBreakHyphenJava class for anonymous complex type.static classR.PgNumJava class for anonymous complex type.static classR.PtabJava class for anonymous complex type.static classR.SeparatorJava class for anonymous complex type.static classR.SoftHyphenJava class for anonymous complex type.static classR.SymJava class for anonymous complex type.static classR.TabJava class for anonymous complex type.static classR.YearLongJava class for anonymous complex type.static classR.YearShortJava class for anonymous complex type. -
Field Summary
-
Constructor Summary
Constructors Constructor Description R() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.util.List<java.lang.Object>getContent()Gets the value of the content property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.RPrgetRPr()Gets the value of the rPr property.java.lang.StringgetRsidDel()Gets the value of the rsidDel property.java.lang.StringgetRsidR()Gets the value of the rsidR property.java.lang.StringgetRsidRPr()Gets the value of the rsidRPr property.java.util.List<java.lang.Object>getRunContent()Deprecated.voidsetParent(java.lang.Object parent)voidsetRPr(RPr value)Sets the value of the rPr property.voidsetRsidDel(java.lang.String value)Sets the value of the rsidDel property.voidsetRsidR(java.lang.String value)Sets the value of the rsidR property.voidsetRsidRPr(java.lang.String value)Sets the value of the rsidRPr property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
rPr
-
protected java.util.List<java.lang.Object> content
-
rsidRPr
protected java.lang.String rsidRPr -
rsidDel
protected java.lang.String rsidDel -
rsidR
protected java.lang.String rsidR
-
-
Constructor Details
-
R
public R()
-
-
Method Details
-
getRPr
Gets the value of the rPr property.- Returns:
- possible object is
RPr
-
setRPr
Sets the value of the rPr property.- Parameters:
value- allowed object isRPr
-
getContent
public java.util.List<java.lang.Object> getContent()Gets the value of the content property.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
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<R.Ptab>JAXBElement<R.YearLong>JAXBElement<R.DayShort>JAXBElement<R.NoBreakHyphen>JAXBElement<R.EndnoteRef>JAXBElement<R.PgNum>JAXBElement<R.SoftHyphen>JAXBElement<Pict>JAXBElement<R.Tab>JAXBElement<Drawing>BrJAXBElement<R.Separator>JAXBElement<R.LastRenderedPageBreak>JAXBElement<Text>JAXBElement<CTObject>JAXBElement<CTFtnEdnRef>JAXBElement<Text>JAXBElement<CTFtnEdnRef>JAXBElement<R.MonthShort>JAXBElement<R.MonthLong>JAXBElement<R.ContinuationSeparator>JAXBElement<CTRuby>JAXBElement<R.AnnotationRef>JAXBElement<R.Cr>JAXBElement<R.YearShort>JAXBElement<FldChar>JAXBElement<R.Sym>JAXBElement<R.CommentReference>JAXBElement<Text>JAXBElement<R.FootnoteRef>DelTextJAXBElement<R.DayLong>AlternateContent- Specified by:
getContentin interfaceContentAccessor- Since:
- 2.7
-
getRunContent
@Deprecated public java.util.List<java.lang.Object> getRunContent()Deprecated. -
getRsidRPr
public java.lang.String getRsidRPr()Gets the value of the rsidRPr property.- Returns:
- possible object is
String
-
setRsidRPr
public void setRsidRPr(java.lang.String value)Sets the value of the rsidRPr property.- Parameters:
value- allowed object isString
-
getRsidDel
public java.lang.String getRsidDel()Gets the value of the rsidDel property.- Returns:
- possible object is
String
-
setRsidDel
public void setRsidDel(java.lang.String value)Sets the value of the rsidDel property.- Parameters:
value- allowed object isString
-
getRsidR
public java.lang.String getRsidR()Gets the value of the rsidR property.- Returns:
- possible object is
String
-
setRsidR
public void setRsidR(java.lang.String value)Sets the value of the rsidR property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-