public class CheckInLocation extends Object
Java class for checkInLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="checkInLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
count |
protected Integer |
inHouseCount |
protected String |
name |
Constructor and Description |
---|
CheckInLocation() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCount()
Gets the value of the count property.
|
Integer |
getInHouseCount()
Gets the value of the inHouseCount property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCount(Integer value)
Sets the value of the count property.
|
void |
setInHouseCount(Integer value)
Sets the value of the inHouseCount property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Integer inHouseCount
public CheckInLocation()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getCount()
String
public void setCount(Integer value)
value
- allowed object is
String
public Integer getInHouseCount()
String
public void setInHouseCount(Integer value)
value
- allowed object is
String
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.