public class EnvelopeType extends Object implements Serializable
Java class for EnvelopeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnvelopeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Hash" type="{http://www.iru.org/TCHQResponse}HashType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
hash |
| Constructor and Description |
|---|
EnvelopeType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getHash()
Gets the value of the hash property.
|
void |
setHash(byte[] value)
Sets the value of the hash property.
|
Copyright © 2017. All rights reserved.