public class LocationLevel extends Object
Java class for locationLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="locationLevel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="locationLevel" type="{http://ole.kuali.org/standards/ole-instance}locationLevel" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
level |
protected LocationLevel |
locationLevel |
protected String |
name |
| Constructor and Description |
|---|
LocationLevel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getLevel()
Gets the value of the level property.
|
LocationLevel |
getLocationLevel()
Gets the value of the locationLevel property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCode(String code) |
void |
setLevel(String value)
Sets the value of the level property.
|
void |
setLocationLevel(LocationLevel value)
Sets the value of the locationLevel property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected LocationLevel locationLevel
public LocationLevel()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLevel()
Stringpublic void setLevel(String value)
value - allowed object is
Stringpublic LocationLevel getLocationLevel()
LocationLevelpublic void setLocationLevel(LocationLevel value)
value - allowed object is
LocationLevelCopyright © 2004–2015 The Kuali Foundation. All rights reserved.