public class ExtentOfOwnership extends Object
Java class for extentOfOwnership complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="extentOfOwnership">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="textualHoldings" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="note" type="{http://ole.kuali.org/standards/ole-instance}note" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Coverages | coverages | 
| protected List<Note> | note | 
| protected PerpetualAccesses | perpetualAccesses | 
| protected String | textualHoldings | 
| protected String | type | 
| Constructor and Description | 
|---|
| ExtentOfOwnership() | 
| Modifier and Type | Method and Description | 
|---|---|
| Coverages | getCoverages()Gets the value of the coverages property. | 
| List<Note> | getNote()Gets the value of the note property. | 
| PerpetualAccesses | getPerpetualAccesses()Gets the value of the perpetualAccesses property. | 
| String | getTextualHoldings()Gets the value of the textualHoldings property. | 
| String | getType()Gets the value of the type property. | 
| void | setCoverages(Coverages value)Sets the value of the coverages property. | 
| void | setPerpetualAccesses(PerpetualAccesses value)Sets the value of the perpetualAccesses property. | 
| void | setTextualHoldings(String value)Sets the value of the textualHoldings property. | 
| void | setType(String value)Sets the value of the type property. | 
protected String textualHoldings
protected PerpetualAccesses perpetualAccesses
public ExtentOfOwnership()
public String getTextualHoldings()
Stringpublic void setTextualHoldings(String value)
value - allowed object is
              Stringpublic List<Note> getNote()
set method for the note property.
 
 
 For example, to add a new item, do as follows:
 
    getNote().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Notepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
              Stringpublic Coverages getCoverages()
Coveragespublic void setCoverages(Coverages value)
value - allowed object is
              Coveragespublic PerpetualAccesses getPerpetualAccesses()
PerpetualAccessespublic void setPerpetualAccesses(PerpetualAccesses value)
value - allowed object is
              PerpetualAccessesCopyright © 2004–2015 The Kuali Foundation. All rights reserved.