Class ProductLicense
java.lang.Object
com.polarion.alm.ws.client.types.security.ProductLicense
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProductLicense(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 TypeMethodDescriptionbooleanGets 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.DeserializergetDeserializer(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.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectinthashCode()voidsetConcurrentLicenseData(LicenseInfo[] concurrentLicenseData) Sets the concurrentLicenseData value for this ProductLicense.voidsetCustomerCompany(String customerCompany) Sets the customerCompany value for this ProductLicense.voidsetCustomerEmail(String customerEmail) Sets the customerEmail value for this ProductLicense.voidsetCustomerName(String customerName) Sets the customerName value for this ProductLicense.voidsetDateCreated(Calendar dateCreated) Sets the dateCreated value for this ProductLicense.voidsetExpirationDate(Calendar expirationDate) Sets the expirationDate value for this ProductLicense.voidsetGeneratedBy(String generatedBy) Sets the generatedBy value for this ProductLicense.voidsetIpAddress(String ipAddress) Sets the ipAddress value for this ProductLicense.voidsetLicenseFormat(String licenseFormat) Sets the licenseFormat value for this ProductLicense.voidsetLicenseProfile(String licenseProfile) Sets the licenseProfile value for this ProductLicense.voidsetMacAddress(String macAddress) Sets the macAddress value for this ProductLicense.voidsetNamedLicenseData(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
-