Package com.sforce.soap.metadata
Class LicenseDefinition
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.LicenseDefinition
- 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 TypeMethodDescriptionbooleangetLabel()intintintintbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAggregationGroup(XmlInputStream __in, TypeMapper __typeMapper) voidsetAggregationGroup(String aggregationGroup) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetIsPublished(boolean isPublished) protected voidsetIsPublished(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetLicensedCustomPermissions(LicensedCustomPermissions[] licensedCustomPermissions) protected voidsetLicensedCustomPermissions(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLicensingAuthority(XmlInputStream __in, TypeMapper __typeMapper) voidsetLicensingAuthority(String licensingAuthority) protected voidsetLicensingAuthorityProvider(XmlInputStream __in, TypeMapper __typeMapper) voidsetLicensingAuthorityProvider(String licensingAuthorityProvider) voidsetMinPlatformVersion(int minPlatformVersion) protected voidsetMinPlatformVersion(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetOrigin(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetRevision(int revision) protected voidsetRevision(XmlInputStream __in, TypeMapper __typeMapper) voidsetTrialLicenseDuration(int trialLicenseDuration) protected voidsetTrialLicenseDuration(XmlInputStream __in, TypeMapper __typeMapper) voidsetTrialLicenseQuantity(int trialLicenseQuantity) protected voidsetTrialLicenseQuantity(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
LicenseDefinition
public LicenseDefinition()Constructor
-
-
Method Details
-
getAggregationGroup
-
setAggregationGroup
-
setAggregationGroup
protected void setAggregationGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsPublished
public boolean getIsPublished() -
isIsPublished
public boolean isIsPublished() -
setIsPublished
public void setIsPublished(boolean isPublished) -
setIsPublished
protected void setIsPublished(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLicensedCustomPermissions
-
setLicensedCustomPermissions
-
setLicensedCustomPermissions
protected void setLicensedCustomPermissions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLicensingAuthority
-
setLicensingAuthority
-
setLicensingAuthority
protected void setLicensingAuthority(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLicensingAuthorityProvider
-
setLicensingAuthorityProvider
-
setLicensingAuthorityProvider
protected void setLicensingAuthorityProvider(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMinPlatformVersion
public int getMinPlatformVersion() -
setMinPlatformVersion
public void setMinPlatformVersion(int minPlatformVersion) -
setMinPlatformVersion
protected void setMinPlatformVersion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrigin
-
setOrigin
-
setOrigin
protected void setOrigin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRevision
public int getRevision() -
setRevision
public void setRevision(int revision) -
setRevision
protected void setRevision(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTrialLicenseDuration
public int getTrialLicenseDuration() -
setTrialLicenseDuration
public void setTrialLicenseDuration(int trialLicenseDuration) -
setTrialLicenseDuration
protected void setTrialLicenseDuration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTrialLicenseQuantity
public int getTrialLicenseQuantity() -
setTrialLicenseQuantity
public void setTrialLicenseQuantity(int trialLicenseQuantity) -
setTrialLicenseQuantity
protected void setTrialLicenseQuantity(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-