public class CxWSResponseLicenseExpirationDateDetails extends CxWSBasicRepsonse
Java class for CxWSResponseLicenseExpirationDateDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseLicenseExpirationDateDetails">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="LicenseExpirationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ShouldDisplayExpirationDate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
licenseExpirationDate |
protected boolean |
shouldDisplayExpirationDate |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseLicenseExpirationDateDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLicenseExpirationDate()
Gets the value of the licenseExpirationDate property.
|
boolean |
isShouldDisplayExpirationDate()
Gets the value of the shouldDisplayExpirationDate property.
|
void |
setLicenseExpirationDate(String value)
Sets the value of the licenseExpirationDate property.
|
void |
setShouldDisplayExpirationDate(boolean value)
Sets the value of the shouldDisplayExpirationDate property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected String licenseExpirationDate
protected boolean shouldDisplayExpirationDate
public CxWSResponseLicenseExpirationDateDetails()
public String getLicenseExpirationDate()
Stringpublic void setLicenseExpirationDate(String value)
value - allowed object is
Stringpublic boolean isShouldDisplayExpirationDate()
public void setShouldDisplayExpirationDate(boolean value)
Copyright © 2020. All rights reserved.