| Constructor and Description |
|---|
LicenseDefinition()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAggregationGroup() |
java.lang.String |
getDescription() |
boolean |
getIsPublished() |
java.lang.String |
getLabel() |
LicensedCustomPermissions[] |
getLicensedCustomPermissions() |
java.lang.String |
getLicensingAuthority() |
java.lang.String |
getLicensingAuthorityProvider() |
int |
getMinPlatformVersion() |
java.lang.String |
getOrigin() |
int |
getRevision() |
int |
getTrialLicenseDuration() |
int |
getTrialLicenseQuantity() |
boolean |
isIsPublished() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAggregationGroup(java.lang.String aggregationGroup) |
protected void |
setAggregationGroup(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDescription(java.lang.String description) |
protected void |
setDescription(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsPublished(boolean isPublished) |
protected void |
setIsPublished(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLicensedCustomPermissions(LicensedCustomPermissions[] licensedCustomPermissions) |
protected void |
setLicensedCustomPermissions(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLicensingAuthority(java.lang.String licensingAuthority) |
protected void |
setLicensingAuthority(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLicensingAuthorityProvider(java.lang.String licensingAuthorityProvider) |
protected void |
setLicensingAuthorityProvider(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMinPlatformVersion(int minPlatformVersion) |
protected void |
setMinPlatformVersion(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOrigin(java.lang.String origin) |
protected void |
setOrigin(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRevision(int revision) |
protected void |
setRevision(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTrialLicenseDuration(int trialLicenseDuration) |
protected void |
setTrialLicenseDuration(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTrialLicenseQuantity(int trialLicenseQuantity) |
protected void |
setTrialLicenseQuantity(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullName, setFullNamepublic java.lang.String getAggregationGroup()
public void setAggregationGroup(java.lang.String aggregationGroup)
protected void setAggregationGroup(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getIsPublished()
public boolean isIsPublished()
public void setIsPublished(boolean isPublished)
protected void setIsPublished(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic LicensedCustomPermissions[] getLicensedCustomPermissions()
public void setLicensedCustomPermissions(LicensedCustomPermissions[] licensedCustomPermissions)
protected void setLicensedCustomPermissions(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLicensingAuthority()
public void setLicensingAuthority(java.lang.String licensingAuthority)
protected void setLicensingAuthority(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLicensingAuthorityProvider()
public void setLicensingAuthorityProvider(java.lang.String licensingAuthorityProvider)
protected void setLicensingAuthorityProvider(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getMinPlatformVersion()
public void setMinPlatformVersion(int minPlatformVersion)
protected void setMinPlatformVersion(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getOrigin()
public void setOrigin(java.lang.String origin)
protected void setOrigin(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getRevision()
public void setRevision(int revision)
protected void setRevision(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getTrialLicenseDuration()
public void setTrialLicenseDuration(int trialLicenseDuration)
protected void setTrialLicenseDuration(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getTrialLicenseQuantity()
public void setTrialLicenseQuantity(int trialLicenseQuantity)
protected void setTrialLicenseQuantity(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class Metadatajava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class Metadatajava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class Metadatajava.io.IOExceptionConnectionExceptionCopyright © 2020. All Rights Reserved.