public class DatastreamHistory extends Object
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>
<element ref="{http://www.fedora.info/definitions/1/0/management/}datastreamProfile" maxOccurs="unbounded"/>
</sequence>
<attribute name="pid" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="dsID" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DatastreamProfile> |
datastreamProfile |
protected String |
dsID |
protected String |
pid |
| Constructor and Description |
|---|
DatastreamHistory() |
| Modifier and Type | Method and Description |
|---|---|
List<DatastreamProfile> |
getDatastreamProfile()
Gets the value of the datastreamProfile property.
|
String |
getDsID()
Gets the value of the dsID property.
|
String |
getPid()
Gets the value of the pid property.
|
void |
setDsID(String value)
Sets the value of the dsID property.
|
void |
setPid(String value)
Sets the value of the pid property.
|
protected List<DatastreamProfile> datastreamProfile
protected String pid
protected String dsID
public List<DatastreamProfile> getDatastreamProfile()
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 datastreamProfile property.
For example, to add a new item, do as follows:
getDatastreamProfile().add(newItem);
Objects of the following type(s) are allowed in the list
DatastreamProfile
public void setPid(String value)
value - allowed object is
Stringpublic String getDsID()
StringCopyright © 2010-2013 MediaShelf. All Rights Reserved.