public class SaasPackage extends Object
Java class for SaasPackage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaasPackage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Users" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Languages" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LOC" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="PresetsNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PresetsIds" type="{http://Checkmarx.com}ArrayOfLong" minOccurs="0"/>
<element name="Free" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SourceControlEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CreatePDFEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="OnlineViewerEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="PluginsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="System" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScansToDisplay" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Is_Deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
createPDFEnabled |
protected boolean |
free |
protected long |
id |
protected boolean |
isDeprecated |
protected int |
languages |
protected long |
loc |
protected String |
name |
protected boolean |
onlineViewerEnabled |
protected boolean |
pluginsEnabled |
protected ArrayOfLong |
presetsIds |
protected int |
presetsNumber |
protected int |
scansToDisplay |
protected boolean |
sourceControlEnabled |
protected boolean |
system |
protected long |
users |
| Constructor and Description |
|---|
SaasPackage() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
int |
getLanguages()
Gets the value of the languages property.
|
long |
getLOC()
Gets the value of the loc property.
|
String |
getName()
Gets the value of the name property.
|
ArrayOfLong |
getPresetsIds()
Gets the value of the presetsIds property.
|
int |
getPresetsNumber()
Gets the value of the presetsNumber property.
|
int |
getScansToDisplay()
Gets the value of the scansToDisplay property.
|
long |
getUsers()
Gets the value of the users property.
|
boolean |
isCreatePDFEnabled()
Gets the value of the createPDFEnabled property.
|
boolean |
isFree()
Gets the value of the free property.
|
boolean |
isIsDeprecated()
Gets the value of the isDeprecated property.
|
boolean |
isOnlineViewerEnabled()
Gets the value of the onlineViewerEnabled property.
|
boolean |
isPluginsEnabled()
Gets the value of the pluginsEnabled property.
|
boolean |
isSourceControlEnabled()
Gets the value of the sourceControlEnabled property.
|
boolean |
isSystem()
Gets the value of the system property.
|
void |
setCreatePDFEnabled(boolean value)
Sets the value of the createPDFEnabled property.
|
void |
setFree(boolean value)
Sets the value of the free property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setIsDeprecated(boolean value)
Sets the value of the isDeprecated property.
|
void |
setLanguages(int value)
Sets the value of the languages property.
|
void |
setLOC(long value)
Sets the value of the loc property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOnlineViewerEnabled(boolean value)
Sets the value of the onlineViewerEnabled property.
|
void |
setPluginsEnabled(boolean value)
Sets the value of the pluginsEnabled property.
|
void |
setPresetsIds(ArrayOfLong value)
Sets the value of the presetsIds property.
|
void |
setPresetsNumber(int value)
Sets the value of the presetsNumber property.
|
void |
setScansToDisplay(int value)
Sets the value of the scansToDisplay property.
|
void |
setSourceControlEnabled(boolean value)
Sets the value of the sourceControlEnabled property.
|
void |
setSystem(boolean value)
Sets the value of the system property.
|
void |
setUsers(long value)
Sets the value of the users property.
|
protected long id
protected String name
protected long users
protected int languages
protected long loc
protected int presetsNumber
protected ArrayOfLong presetsIds
protected boolean free
protected boolean sourceControlEnabled
protected boolean createPDFEnabled
protected boolean onlineViewerEnabled
protected boolean pluginsEnabled
protected boolean system
protected int scansToDisplay
protected boolean isDeprecated
public long getId()
public void setId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getUsers()
public void setUsers(long value)
public int getLanguages()
public void setLanguages(int value)
public long getLOC()
public void setLOC(long value)
public int getPresetsNumber()
public void setPresetsNumber(int value)
public ArrayOfLong getPresetsIds()
ArrayOfLongpublic void setPresetsIds(ArrayOfLong value)
value - allowed object is
ArrayOfLongpublic boolean isFree()
public void setFree(boolean value)
public boolean isSourceControlEnabled()
public void setSourceControlEnabled(boolean value)
public boolean isCreatePDFEnabled()
public void setCreatePDFEnabled(boolean value)
public boolean isOnlineViewerEnabled()
public void setOnlineViewerEnabled(boolean value)
public boolean isPluginsEnabled()
public void setPluginsEnabled(boolean value)
public boolean isSystem()
public void setSystem(boolean value)
public int getScansToDisplay()
public void setScansToDisplay(int value)
public boolean isIsDeprecated()
public void setIsDeprecated(boolean value)
Copyright © 2020. All rights reserved.