public class ServicesByPurchase extends Extension implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension"> <sequence> <element name="serviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
count |
protected String |
serviceType |
Constructor and Description |
---|
ServicesByPurchase() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCount()
Gets the value of the count property.
|
String |
getServiceType()
Gets the value of the serviceType property.
|
void |
setCount(Integer value)
Sets the value of the count property.
|
void |
setServiceType(String value)
Sets the value of the serviceType property.
|
getExtension, setExtension
public String getServiceType()
String
public void setServiceType(String value)
value
- allowed object is
String
public Integer getCount()
Integer