public class ItemStatus extends Object
Java class for itemStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="itemStatus"> <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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
codeValue |
protected String |
fullValue |
Constructor and Description |
---|
ItemStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getCodeValue()
Gets the value of the codeValue property.
|
String |
getFullValue()
Gets the value of the fullValue property.
|
void |
setCodeValue(String value)
Sets the value of the codeValue property.
|
void |
setFullValue(String value)
Sets the value of the fullValue property.
|
public ItemStatus()
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
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.