java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.HashValueType

public class HashValueType extends Object

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 Details

    • hashValue

      protected byte[] hashValue
    • hashedObject

      protected Object 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 is String
    • getHashedObject

      public Object getHashedObject()
      Gets the value of the hashedObject property.
      Returns:
      possible object is Object
    • setHashedObject

      public void setHashedObject(Object value)
      Sets the value of the hashedObject property.
      Parameters:
      value - allowed object is Object