public class ShelvingScheme extends Object
Java class for shelvingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="shelvingScheme"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codeValue" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fullValue" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="typeOrSource" type="{http://ole.kuali.org/standards/ole-instance}typeOrSource"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
codeValue |
protected String |
fullValue |
protected TypeOrSource |
typeOrSource |
Constructor and Description |
---|
ShelvingScheme() |
Modifier and Type | Method and Description |
---|---|
String |
getCodeValue()
Gets the value of the codeValue property.
|
String |
getFullValue()
Gets the value of the fullValue property.
|
TypeOrSource |
getTypeOrSource()
Gets the value of the typeOrSource property.
|
void |
setCodeValue(String value)
Sets the value of the codeValue property.
|
void |
setFullValue(String value)
Sets the value of the fullValue property.
|
void |
setTypeOrSource(TypeOrSource value)
Sets the value of the typeOrSource property.
|
protected TypeOrSource typeOrSource
public ShelvingScheme()
public String getCodeValue()
String
public void setCodeValue(String value)
value
- allowed object is
String
public String getFullValue()
String
public void setFullValue(String value)
value
- allowed object is
String
public TypeOrSource getTypeOrSource()
TypeOrSource
public void setTypeOrSource(TypeOrSource value)
value
- allowed object is
TypeOrSource
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.