public class CTSources extends 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 String |
selectedStyle |
protected List<CTSourceType> |
source |
protected String |
styleName |
protected String |
uri |
| Constructor and Description |
|---|
CTSources() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSelectedStyle()
Gets the value of the selectedStyle property.
|
List<CTSourceType> |
getSource()
Gets the value of the source property.
|
String |
getStyleName()
Gets the value of the styleName property.
|
String |
getURI()
Gets the value of the uri property.
|
void |
setSelectedStyle(String value)
Sets the value of the selectedStyle property.
|
void |
setStyleName(String value)
Sets the value of the styleName property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
protected List<CTSourceType> source
protected String selectedStyle
protected String styleName
protected String uri
public 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 String getSelectedStyle()
Stringpublic void setSelectedStyle(String value)
value - allowed object is
Stringpublic String getStyleName()
Stringpublic void setStyleName(String value)
value - allowed object is
Stringpublic String getURI()
StringCopyright © 2007-2021. All Rights Reserved.