public class NumberOfCirculations extends Object
Java class for numberOfCirculations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="numberOfCirculations"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="checkInLocation" type="{http://ole.kuali.org/standards/ole-instance}checkInLocation" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<CheckInLocation> |
checkInLocation |
Constructor and Description |
---|
NumberOfCirculations() |
Modifier and Type | Method and Description |
---|---|
List<CheckInLocation> |
getCheckInLocation()
Gets the value of the checkInLocation property.
|
void |
setCheckInLocation(List<CheckInLocation> checkInLocation) |
protected List<CheckInLocation> checkInLocation
public NumberOfCirculations()
public List<CheckInLocation> getCheckInLocation()
set
method for the checkInLocation property.
For example, to add a new item, do as follows:
getCheckInLocation().add(newItem);Objects of the following type(s) are allowed in the list
CheckInLocation
public void setCheckInLocation(List<CheckInLocation> checkInLocation)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.