public class Instance extends Object
Java class for instance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="instance">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="instanceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="formerResourceIdentifier" type="{http://ole.kuali.org/standards/ole-instance}formerIdentifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="oleHoldings" type="{http://ole.kuali.org/standards/ole-instance}oleHoldings"/>
<element name="sourceHoldings" type="{http://ole.kuali.org/standards/ole-instance}sourceHoldings"/>
<element name="items" type="{http://ole.kuali.org/standards/ole-instance}items"/>
<element name="extension" type="{http://ole.kuali.org/standards/ole-instance}extension"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected List<FormerIdentifier> |
formerResourceIdentifier |
protected String |
instanceIdentifier |
protected Items |
items |
protected OleHoldings |
oleHoldings |
protected List<String> |
resourceIdentifier |
protected SourceHoldings |
sourceHoldings |
| Constructor and Description |
|---|
Instance() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
List<FormerIdentifier> |
getFormerResourceIdentifier()
Gets the value of the formerResourceIdentifier property.
|
String |
getInstanceIdentifier()
Gets the value of the instanceIdentifier property.
|
Items |
getItems()
Gets the value of the items property.
|
OleHoldings |
getOleHoldings()
Gets the value of the oleHoldings property.
|
List<String> |
getResourceIdentifier()
Gets the value of the resourceIdentifier property.
|
SourceHoldings |
getSourceHoldings()
Gets the value of the sourceHoldings property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setFormerResourceIdentifier(List<FormerIdentifier> formerResourceIdentifier) |
void |
setInstanceIdentifier(String value)
Sets the value of the instanceIdentifier property.
|
void |
setItems(Items value)
Sets the value of the items property.
|
void |
setOleHoldings(OleHoldings value)
Sets the value of the oleHoldings property.
|
void |
setResourceIdentifier(List<String> resourceIdentifier) |
void |
setSourceHoldings(SourceHoldings value)
Sets the value of the sourceHoldings property.
|
protected String instanceIdentifier
protected List<String> resourceIdentifier
protected List<FormerIdentifier> formerResourceIdentifier
protected OleHoldings oleHoldings
protected SourceHoldings sourceHoldings
public Instance()
public String getInstanceIdentifier()
Stringpublic void setInstanceIdentifier(String value)
value - allowed object is
Stringpublic List<String> getResourceIdentifier()
set method for the resourceIdentifier property.
For example, to add a new item, do as follows:
getResourceIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
Stringpublic void setResourceIdentifier(List<String> resourceIdentifier)
resourceIdentifier - public List<FormerIdentifier> getFormerResourceIdentifier()
set method for the formerResourceIdentifier property.
For example, to add a new item, do as follows:
getFormerResourceIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
FormerIdentifierpublic void setFormerResourceIdentifier(List<FormerIdentifier> formerResourceIdentifier)
formerResourceIdentifier - public OleHoldings getOleHoldings()
OleHoldingspublic void setOleHoldings(OleHoldings value)
value - allowed object is
OleHoldingspublic SourceHoldings getSourceHoldings()
SourceHoldingspublic void setSourceHoldings(SourceHoldings value)
value - allowed object is
SourceHoldingspublic Items getItems()
Itemspublic void setItems(Items value)
value - allowed object is
Itemspublic Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
ExtensionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.