Class ProductLicense
java.lang.Object
com.polarion.alm.ws.client.types.security.ProductLicense
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionProductLicense
(LicenseInfo[] concurrentLicenseData, String customerCompany, String customerEmail, String customerName, Calendar dateCreated, Calendar expirationDate, String generatedBy, String ipAddress, String licenseFormat, String licenseProfile, String macAddress, LicenseInfo[] namedLicenseData) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the concurrentLicenseData value for this ProductLicense.Gets the customerCompany value for this ProductLicense.Gets the customerEmail value for this ProductLicense.Gets the customerName value for this ProductLicense.Gets the dateCreated value for this ProductLicense.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the expirationDate value for this ProductLicense.Gets the generatedBy value for this ProductLicense.Gets the ipAddress value for this ProductLicense.Gets the licenseFormat value for this ProductLicense.Gets the licenseProfile value for this ProductLicense.Gets the macAddress value for this ProductLicense.Gets the namedLicenseData value for this ProductLicense.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
void
setConcurrentLicenseData
(LicenseInfo[] concurrentLicenseData) Sets the concurrentLicenseData value for this ProductLicense.void
setCustomerCompany
(String customerCompany) Sets the customerCompany value for this ProductLicense.void
setCustomerEmail
(String customerEmail) Sets the customerEmail value for this ProductLicense.void
setCustomerName
(String customerName) Sets the customerName value for this ProductLicense.void
setDateCreated
(Calendar dateCreated) Sets the dateCreated value for this ProductLicense.void
setExpirationDate
(Calendar expirationDate) Sets the expirationDate value for this ProductLicense.void
setGeneratedBy
(String generatedBy) Sets the generatedBy value for this ProductLicense.void
setIpAddress
(String ipAddress) Sets the ipAddress value for this ProductLicense.void
setLicenseFormat
(String licenseFormat) Sets the licenseFormat value for this ProductLicense.void
setLicenseProfile
(String licenseProfile) Sets the licenseProfile value for this ProductLicense.void
setMacAddress
(String macAddress) Sets the macAddress value for this ProductLicense.void
setNamedLicenseData
(LicenseInfo[] namedLicenseData) Sets the namedLicenseData value for this ProductLicense.
-
Constructor Details
-
ProductLicense
public ProductLicense() -
ProductLicense
public ProductLicense(LicenseInfo[] concurrentLicenseData, String customerCompany, String customerEmail, String customerName, Calendar dateCreated, Calendar expirationDate, String generatedBy, String ipAddress, String licenseFormat, String licenseProfile, String macAddress, LicenseInfo[] namedLicenseData)
-
-
Method Details
-
getConcurrentLicenseData
Gets the concurrentLicenseData value for this ProductLicense.- Returns:
- concurrentLicenseData
-
setConcurrentLicenseData
Sets the concurrentLicenseData value for this ProductLicense.- Parameters:
concurrentLicenseData
-
-
getCustomerCompany
Gets the customerCompany value for this ProductLicense.- Returns:
- customerCompany
-
setCustomerCompany
Sets the customerCompany value for this ProductLicense.- Parameters:
customerCompany
-
-
getCustomerEmail
Gets the customerEmail value for this ProductLicense.- Returns:
- customerEmail
-
setCustomerEmail
Sets the customerEmail value for this ProductLicense.- Parameters:
customerEmail
-
-
getCustomerName
Gets the customerName value for this ProductLicense.- Returns:
- customerName
-
setCustomerName
Sets the customerName value for this ProductLicense.- Parameters:
customerName
-
-
getDateCreated
Gets the dateCreated value for this ProductLicense.- Returns:
- dateCreated
-
setDateCreated
Sets the dateCreated value for this ProductLicense.- Parameters:
dateCreated
-
-
getExpirationDate
Gets the expirationDate value for this ProductLicense.- Returns:
- expirationDate
-
setExpirationDate
Sets the expirationDate value for this ProductLicense.- Parameters:
expirationDate
-
-
getGeneratedBy
Gets the generatedBy value for this ProductLicense.- Returns:
- generatedBy
-
setGeneratedBy
Sets the generatedBy value for this ProductLicense.- Parameters:
generatedBy
-
-
getIpAddress
Gets the ipAddress value for this ProductLicense.- Returns:
- ipAddress
-
setIpAddress
Sets the ipAddress value for this ProductLicense.- Parameters:
ipAddress
-
-
getLicenseFormat
Gets the licenseFormat value for this ProductLicense.- Returns:
- licenseFormat
-
setLicenseFormat
Sets the licenseFormat value for this ProductLicense.- Parameters:
licenseFormat
-
-
getLicenseProfile
Gets the licenseProfile value for this ProductLicense.- Returns:
- licenseProfile
-
setLicenseProfile
Sets the licenseProfile value for this ProductLicense.- Parameters:
licenseProfile
-
-
getMacAddress
Gets the macAddress value for this ProductLicense.- Returns:
- macAddress
-
setMacAddress
Sets the macAddress value for this ProductLicense.- Parameters:
macAddress
-
-
getNamedLicenseData
Gets the namedLicenseData value for this ProductLicense.- Returns:
- namedLicenseData
-
setNamedLicenseData
Sets the namedLicenseData value for this ProductLicense.- Parameters:
namedLicenseData
-
-
equals
-
hashCode
public int hashCode() -
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()Return type metadata object -
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializer -
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializer
-