public class BinaryField extends Object
Java class for binaryField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="binaryField">
<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">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Ref" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryField.Value
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected BinaryField.Value |
value |
| Constructor and Description |
|---|
BinaryField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
BinaryField.Value |
getValue()
Gets the value of the value property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setValue(BinaryField.Value value)
Sets the value of the value property.
|
protected String key
protected BinaryField.Value value
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic BinaryField.Value getValue()
BinaryField.Valuepublic void setValue(BinaryField.Value value)
value - allowed object is
BinaryField.ValueCopyright © 2018. All rights reserved.