public class SourceHoldings extends Object
Java class for sourceHoldings complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="sourceHoldings">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="holdingsIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="holdings" type="{http://ole.kuali.org/standards/ole-instance}extension"/>
         <element name="extension" type="{http://ole.kuali.org/standards/ole-instance}extension"/>
       </sequence>
       <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Extension | extension | 
| protected Extension | holdings | 
| protected String | holdingsIdentifier | 
| protected String | name | 
| protected String | primary | 
| Constructor and Description | 
|---|
| SourceHoldings() | 
| Modifier and Type | Method and Description | 
|---|---|
| Extension | getExtension()Gets the value of the extension property. | 
| Extension | getHoldings()Gets the value of the holdings property. | 
| String | getHoldingsIdentifier()Gets the value of the holdingsIdentifier property. | 
| String | getName()Gets the value of the name property. | 
| String | getPrimary()Gets the value of the primary property. | 
| void | setExtension(Extension value)Sets the value of the extension property. | 
| void | setHoldings(Extension value)Sets the value of the holdings property. | 
| void | setHoldingsIdentifier(String value)Sets the value of the holdingsIdentifier property. | 
| void | setName(String value)Sets the value of the name property. | 
| void | setPrimary(String value)Sets the value of the primary property. | 
protected String holdingsIdentifier
public SourceHoldings()
public String getHoldingsIdentifier()
Stringpublic void setHoldingsIdentifier(String value)
value - allowed object is
              Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
              Stringpublic Extension getHoldings()
Extensionpublic void setHoldings(Extension value)
value - allowed object is
              Extensionpublic Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
              Extensionpublic String getPrimary()
Stringpublic void setPrimary(String value)
value - allowed object is
              StringCopyright © 2004–2015 The Kuali Foundation. All rights reserved.