public class Credit extends Object
Java class for credit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="credit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<choice>
<element name="credit-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="link" type="{}link"/>
<element name="bookmark" type="{}bookmark"/>
<element name="credit-image" type="{}image"/>
<element name="credit-words" type="{}formatted-text"/>
</choice>
</sequence>
<attribute name="page" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
creditTypeOrLinkOrBookmark |
protected BigInteger |
page |
| Constructor and Description |
|---|
Credit() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getCreditTypeOrLinkOrBookmark()
Gets the value of the creditTypeOrLinkOrBookmark property.
|
BigInteger |
getPage()
Gets the value of the page property.
|
void |
setPage(BigInteger value)
Sets the value of the page property.
|
protected BigInteger page
public List<Object> getCreditTypeOrLinkOrBookmark()
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 creditTypeOrLinkOrBookmark property.
For example, to add a new item, do as follows:
getCreditTypeOrLinkOrBookmark().add(newItem);
Objects of the following type(s) are allowed in the list
String
Link
Bookmark
Image
FormattedText
public BigInteger getPage()
BigIntegerpublic void setPage(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016 Audiveris Ltd. All rights reserved.