Package com.sforce.soap.metadata
Class LicenseDefinition
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.LicenseDefinition
-
-
Constructor Summary
Constructors Constructor Description LicenseDefinition()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAggregationGroup
public String getAggregationGroup()
-
setAggregationGroup
public void setAggregationGroup(String aggregationGroup)
-
setAggregationGroup
protected void setAggregationGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
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
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLicensedCustomPermissions
public LicensedCustomPermissions[] getLicensedCustomPermissions()
-
setLicensedCustomPermissions
public void setLicensedCustomPermissions(LicensedCustomPermissions[] licensedCustomPermissions)
-
setLicensedCustomPermissions
protected void setLicensedCustomPermissions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLicensingAuthority
public String getLicensingAuthority()
-
setLicensingAuthority
public void setLicensingAuthority(String licensingAuthority)
-
setLicensingAuthority
protected void setLicensingAuthority(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLicensingAuthorityProvider
public String getLicensingAuthorityProvider()
-
setLicensingAuthorityProvider
public void setLicensingAuthorityProvider(String licensingAuthorityProvider)
-
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
public String getOrigin()
-
setOrigin
public void setOrigin(String origin)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-