public class Hash extends Object implements Serializable
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
Hash() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Ruft den Wert der type-Eigenschaft ab.
|
String |
getValue()
Ruft den Wert der value-Eigenschaft ab.
|
void |
setType(String value)
Legt den Wert der type-Eigenschaft fest.
|
void |
setValue(String value)
Legt den Wert der value-Eigenschaft fest.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2018. All rights reserved.