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, setName
public GoogleAppsProvisioningType getApiCategory()
GoogleAppsProvisioningType
public void setApiCategory(GoogleAppsProvisioningType value)
value
- allowed object is
GoogleAppsProvisioningType
public Integer getQuotaLimitInMb()
Integer
Copyright © 2005-2024 LSC project. All Rights Reserved.