public class CustomDescriptionType extends Object
Java class for CustomDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomDescriptionType">
<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="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
value |
| Constructor and Description |
|---|
CustomDescriptionType() |
| 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 |
isSetKey() |
boolean |
isSetValue() |
void |
setKey(String value)
Sets the value of the key property.
|
void |
setValue(String value)
Sets the value of the value property.
|
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()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.