Class SignedObjectIdentifierType

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

public class SignedObjectIdentifierType extends Object

Java class for SignedObjectIdentifierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignedObjectIdentifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DigestAlgAndValue" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod" minOccurs="0"/>
         <element name="SignedProperties" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignedPropertiesType" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureValue" minOccurs="0"/>
         <element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
       </sequence>
       <attribute name="WhichDocument" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="XPath" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Offset" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SignedObjectIdentifierType

      public SignedObjectIdentifierType()
  • Method Details

    • getDigestAlgAndValue

      public DigestAlgAndValueType getDigestAlgAndValue()
      Gets the value of the digestAlgAndValue property.
      Returns:
      possible object is DigestAlgAndValueType
    • setDigestAlgAndValue

      public void setDigestAlgAndValue(DigestAlgAndValueType value)
      Sets the value of the digestAlgAndValue property.
      Parameters:
      value - allowed object is DigestAlgAndValueType
    • getCanonicalizationMethod

      public CanonicalizationMethodType getCanonicalizationMethod()
      Gets the value of the canonicalizationMethod property.
      Returns:
      possible object is CanonicalizationMethodType
    • setCanonicalizationMethod

      public void setCanonicalizationMethod(CanonicalizationMethodType value)
      Sets the value of the canonicalizationMethod property.
      Parameters:
      value - allowed object is CanonicalizationMethodType
    • getSignedProperties

      public SignedPropertiesType getSignedProperties()
      Gets the value of the signedProperties property.
      Returns:
      possible object is SignedPropertiesType
    • setSignedProperties

      public void setSignedProperties(SignedPropertiesType value)
      Sets the value of the signedProperties property.
      Parameters:
      value - allowed object is SignedPropertiesType
    • getSignatureValue

      public SignatureValueType getSignatureValue()
      Gets the value of the signatureValue property.
      Returns:
      possible object is SignatureValueType
    • setSignatureValue

      public void setSignatureValue(SignatureValueType value)
      Sets the value of the signatureValue property.
      Parameters:
      value - allowed object is SignatureValueType
    • getOther

      public AnyType getOther()
      Gets the value of the other property.
      Returns:
      possible object is AnyType
    • setOther

      public void setOther(AnyType value)
      Sets the value of the other property.
      Parameters:
      value - allowed object is AnyType
    • getWhichDocument

      public Object getWhichDocument()
      Gets the value of the whichDocument property.
      Returns:
      possible object is Object
    • setWhichDocument

      public void setWhichDocument(Object value)
      Sets the value of the whichDocument property.
      Parameters:
      value - allowed object is Object
    • getXPath

      public String getXPath()
      Gets the value of the xPath property.
      Returns:
      possible object is String
    • setXPath

      public void setXPath(String value)
      Sets the value of the xPath property.
      Parameters:
      value - allowed object is String
    • getOffset

      public BigInteger getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is BigInteger
    • setOffset

      public void setOffset(BigInteger value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is BigInteger
    • getFieldName

      public String getFieldName()
      Gets the value of the fieldName property.
      Returns:
      possible object is String
    • setFieldName

      public void setFieldName(String value)
      Sets the value of the fieldName property.
      Parameters:
      value - allowed object is String