Class HashValueType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.HashValueType
Java class for HashValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HashValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HashValue" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
</sequence>
<attribute name="HashedObject" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the hashedObject property.byte[]Gets the value of the hashValue property.voidsetHashedObject(Object value) Sets the value of the hashedObject property.voidsetHashValue(byte[] value) Sets the value of the hashValue property.
-
Field Details
-
hashValue
protected byte[] hashValue -
hashedObject
-
-
Constructor Details
-
HashValueType
public HashValueType()
-
-
Method Details
-
getHashValue
public byte[] getHashValue()Gets the value of the hashValue property.- Returns:
- possible object is
String
-
setHashValue
public void setHashValue(byte[] value) Sets the value of the hashValue property.- Parameters:
value- allowed object isString
-
getHashedObject
Gets the value of the hashedObject property.- Returns:
- possible object is
Object
-
setHashedObject
Sets the value of the hashedObject property.- Parameters:
value- allowed object isObject
-