Package com.sforce.soap.metadata
Class PlatformCachePartitionType
java.lang.Object
com.sforce.soap.metadata.PlatformCachePartitionType
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAllocatedCapacity(int allocatedCapacity) protected voidsetAllocatedCapacity(XmlInputStream __in, TypeMapper __typeMapper) voidsetAllocatedPartnerCapacity(int allocatedPartnerCapacity) protected voidsetAllocatedPartnerCapacity(XmlInputStream __in, TypeMapper __typeMapper) voidsetAllocatedPurchasedCapacity(int allocatedPurchasedCapacity) protected voidsetAllocatedPurchasedCapacity(XmlInputStream __in, TypeMapper __typeMapper) voidsetAllocatedTrialCapacity(int allocatedTrialCapacity) protected voidsetAllocatedTrialCapacity(XmlInputStream __in, TypeMapper __typeMapper) voidsetCacheType(PlatformCacheType cacheType) protected voidsetCacheType(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
PlatformCachePartitionType
public PlatformCachePartitionType()Constructor
-
-
Method Details
-
getAllocatedCapacity
public int getAllocatedCapacity() -
setAllocatedCapacity
public void setAllocatedCapacity(int allocatedCapacity) -
setAllocatedCapacity
protected void setAllocatedCapacity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAllocatedPartnerCapacity
public int getAllocatedPartnerCapacity() -
setAllocatedPartnerCapacity
public void setAllocatedPartnerCapacity(int allocatedPartnerCapacity) -
setAllocatedPartnerCapacity
protected void setAllocatedPartnerCapacity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAllocatedPurchasedCapacity
public int getAllocatedPurchasedCapacity() -
setAllocatedPurchasedCapacity
public void setAllocatedPurchasedCapacity(int allocatedPurchasedCapacity) -
setAllocatedPurchasedCapacity
protected void setAllocatedPurchasedCapacity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAllocatedTrialCapacity
public int getAllocatedTrialCapacity() -
setAllocatedTrialCapacity
public void setAllocatedTrialCapacity(int allocatedTrialCapacity) -
setAllocatedTrialCapacity
protected void setAllocatedTrialCapacity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCacheType
-
setCacheType
-
setCacheType
protected void setCacheType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-