public class DescriptionCustomType extends Object
Java class for DescriptionCustomType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionCustomType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="remove" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected Boolean |
remove |
protected String |
value |
| Constructor and Description |
|---|
DescriptionCustomType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isRemove()
Gets the value of the remove property.
|
boolean |
isSetKey() |
boolean |
isSetRemove() |
boolean |
isSetValue() |
void |
setKey(String value)
Sets the value of the key property.
|
void |
setRemove(boolean value)
Sets the value of the remove property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
unsetRemove() |
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public boolean isRemove()
Booleanpublic void setRemove(boolean value)
value - allowed object is
Booleanpublic boolean isSetRemove()
public void unsetRemove()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.