public class Preset extends Object
Java class for Preset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Preset">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PresetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="owningUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isUserAllowToUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isUserAllowToDelete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected boolean |
isUserAllowToDelete |
protected boolean |
isUserAllowToUpdate |
protected String |
owningUser |
protected String |
presetName |
| Constructor and Description |
|---|
Preset() |
| Modifier and Type | Method and Description |
|---|---|
long |
getID()
Gets the value of the id property.
|
String |
getOwningUser()
Gets the value of the owningUser property.
|
String |
getPresetName()
Gets the value of the presetName property.
|
boolean |
isIsUserAllowToDelete()
Gets the value of the isUserAllowToDelete property.
|
boolean |
isIsUserAllowToUpdate()
Gets the value of the isUserAllowToUpdate property.
|
void |
setID(long value)
Sets the value of the id property.
|
void |
setIsUserAllowToDelete(boolean value)
Sets the value of the isUserAllowToDelete property.
|
void |
setIsUserAllowToUpdate(boolean value)
Sets the value of the isUserAllowToUpdate property.
|
void |
setOwningUser(String value)
Sets the value of the owningUser property.
|
void |
setPresetName(String value)
Sets the value of the presetName property.
|
protected String presetName
protected long id
protected String owningUser
protected boolean isUserAllowToUpdate
protected boolean isUserAllowToDelete
public String getPresetName()
Stringpublic void setPresetName(String value)
value - allowed object is
Stringpublic long getID()
public void setID(long value)
public String getOwningUser()
Stringpublic void setOwningUser(String value)
value - allowed object is
Stringpublic boolean isIsUserAllowToUpdate()
public void setIsUserAllowToUpdate(boolean value)
public boolean isIsUserAllowToDelete()
public void setIsUserAllowToDelete(boolean value)
Copyright © 2020. All rights reserved.