public class ShelvingOrder extends Object
Java class for shelvingOrder complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="shelvingOrder">
   <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 | 
|---|
| ShelvingOrder() | 
| 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 ShelvingOrder()
public String getCodeValue()
Stringpublic void setCodeValue(String value)
value - allowed object is
              Stringpublic String getFullValue()
Stringpublic void setFullValue(String value)
value - allowed object is
              Stringpublic TypeOrSource getTypeOrSource()
TypeOrSourcepublic void setTypeOrSource(TypeOrSource value)
value - allowed object is
              TypeOrSourceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.