public class KeyValuePairOfstringbase64Binary extends Object
Java class for KeyValuePairOfstringbase64Binary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyValuePairOfstringbase64Binary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected byte[] |
value |
| Constructor and Description |
|---|
KeyValuePairOfstringbase64Binary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected String key
protected byte[] value
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]Copyright © 2024. All rights reserved.