public class GoogleAppsServiceType extends ServiceType
Java class for googleAppsServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="googleAppsServiceType">
<complexContent>
<extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}serviceType">
<sequence>
<element name="apiCategory" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}googleAppsProvisioningType"/>
<element name="quotaLimitInMb" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
ServiceType.Connection| Constructor and Description |
|---|
GoogleAppsServiceType() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsProvisioningType |
getApiCategory()
Gets the value of the apiCategory property.
|
Integer |
getQuotaLimitInMb()
Gets the value of the quotaLimitInMb property.
|
void |
setApiCategory(GoogleAppsProvisioningType value)
Sets the value of the apiCategory property.
|
void |
setQuotaLimitInMb(Integer value)
Sets the value of the quotaLimitInMb property.
|
getConnection, getId, getName, setConnection, setId, setNamepublic GoogleAppsProvisioningType getApiCategory()
GoogleAppsProvisioningTypepublic void setApiCategory(GoogleAppsProvisioningType value)
value - allowed object is
GoogleAppsProvisioningTypepublic Integer getQuotaLimitInMb()
IntegerCopyright © 2005-2025 LSC project. All Rights Reserved.