public class RepositoryPID 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/access/}PID-namespaceIdentifier"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}PID-delimiter"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}PID-sample"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}retainPID" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
pidDelimiter |
protected String |
pidNamespaceIdentifier |
protected String |
pidSample |
protected List<String> |
retainPID |
Constructor and Description |
---|
RepositoryPID() |
Modifier and Type | Method and Description |
---|---|
String |
getPIDDelimiter()
Gets the value of the pidDelimiter property.
|
String |
getPIDNamespaceIdentifier()
Gets the value of the pidNamespaceIdentifier property.
|
String |
getPIDSample()
Gets the value of the pidSample property.
|
List<String> |
getRetainPID()
Gets the value of the retainPID property.
|
void |
setPIDDelimiter(String value)
Sets the value of the pidDelimiter property.
|
void |
setPIDNamespaceIdentifier(String value)
Sets the value of the pidNamespaceIdentifier property.
|
void |
setPIDSample(String value)
Sets the value of the pidSample property.
|
protected String pidNamespaceIdentifier
protected String pidDelimiter
protected String pidSample
public String getPIDNamespaceIdentifier()
String
public void setPIDNamespaceIdentifier(String value)
value
- allowed object is
String
public String getPIDDelimiter()
String
public void setPIDDelimiter(String value)
value
- allowed object is
String
public String getPIDSample()
String
public void setPIDSample(String value)
value
- allowed object is
String
public List<String> getRetainPID()
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 retainPID property.
For example, to add a new item, do as follows:
getRetainPID().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2010-2013 MediaShelf. All Rights Reserved.