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()
String
public void setName(String value)
value
- allowed object is
String
public String getLevel()
String
public void setLevel(String value)
value
- allowed object is
String
public LocationLevel getLocationLevel()
LocationLevel
public void setLocationLevel(LocationLevel value)
value
- allowed object is
LocationLevel
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.