public class Location extends Object
Java class for location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="location">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="locationLevel" type="{http://ole.kuali.org/standards/ole-instance}locationLevel"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocationLevel |
locationLevel |
protected String |
primary |
protected String |
status |
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
LocationLevel |
getLocationLevel()
Gets the value of the locationLevel property.
|
String |
getPrimary() |
String |
getStatus() |
void |
setLocationLevel(LocationLevel value)
Sets the value of the locationLevel property.
|
void |
setPrimary(String primary) |
void |
setStatus(String status) |
protected LocationLevel locationLevel
public Location()
public LocationLevel getLocationLevel()
LocationLevelpublic void setLocationLevel(LocationLevel value)
value - allowed object is
LocationLevelpublic String getPrimary()
public void setPrimary(String primary)
primary - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.