public class CTSources
extends java.lang.Object
Java class for CT_Sources complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Sources">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Source" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_SourceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="SelectedStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_String" />
<attribute name="StyleName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_String" />
<attribute name="URI" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_String" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
selectedStyle |
protected java.util.List<CTSourceType> |
source |
protected java.lang.String |
styleName |
protected java.lang.String |
uri |
| Constructor and Description |
|---|
CTSources() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSelectedStyle()
Gets the value of the selectedStyle property.
|
java.util.List<CTSourceType> |
getSource()
Gets the value of the source property.
|
java.lang.String |
getStyleName()
Gets the value of the styleName property.
|
java.lang.String |
getURI()
Gets the value of the uri property.
|
void |
setSelectedStyle(java.lang.String value)
Sets the value of the selectedStyle property.
|
void |
setStyleName(java.lang.String value)
Sets the value of the styleName property.
|
void |
setURI(java.lang.String value)
Sets the value of the uri property.
|
protected java.util.List<CTSourceType> source
protected java.lang.String selectedStyle
protected java.lang.String styleName
protected java.lang.String uri
public java.util.List<CTSourceType> getSource()
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 source property.
For example, to add a new item, do as follows:
getSource().add(newItem);
Objects of the following type(s) are allowed in the list
CTSourceType
public java.lang.String getSelectedStyle()
Stringpublic void setSelectedStyle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStyleName()
Stringpublic void setStyleName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURI()
Stringpublic void setURI(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2025. All rights reserved.