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()
String
public void setInstanceIdentifier(String value)
value
- allowed object is
String
public 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
String
public 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
FormerIdentifier
public void setFormerResourceIdentifier(List<FormerIdentifier> formerResourceIdentifier)
formerResourceIdentifier
- public OleHoldings getOleHoldings()
OleHoldings
public void setOleHoldings(OleHoldings value)
value
- allowed object is
OleHoldings
public SourceHoldings getSourceHoldings()
SourceHoldings
public void setSourceHoldings(SourceHoldings value)
value
- allowed object is
SourceHoldings
public Items getItems()
Items
public void setItems(Items value)
value
- allowed object is
Items
public Extension getExtension()
Extension
public void setExtension(Extension value)
value
- allowed object is
Extension
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.