Class SignedObjectIdentifierType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.SignedObjectIdentifierType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CanonicalizationMethodTypeprotected DigestAlgAndValueTypeprotected Stringprotected BigIntegerprotected AnyTypeprotected SignatureValueTypeprotected SignedPropertiesTypeprotected Objectprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the canonicalizationMethod property.Gets the value of the digestAlgAndValue property.Gets the value of the fieldName property.Gets the value of the offset property.getOther()Gets the value of the other property.Gets the value of the signatureValue property.Gets the value of the signedProperties property.Gets the value of the whichDocument property.getXPath()Gets the value of the xPath property.voidSets the value of the canonicalizationMethod property.voidSets the value of the digestAlgAndValue property.voidsetFieldName(String value) Sets the value of the fieldName property.voidsetOffset(BigInteger value) Sets the value of the offset property.voidSets the value of the other property.voidSets the value of the signatureValue property.voidSets the value of the signedProperties property.voidsetWhichDocument(Object value) Sets the value of the whichDocument property.voidSets the value of the xPath property.
-
Field Details
-
digestAlgAndValue
-
canonicalizationMethod
-
signedProperties
-
signatureValue
-
other
-
whichDocument
-
xPath
-
offset
-
fieldName
-
-
Constructor Details
-
SignedObjectIdentifierType
public SignedObjectIdentifierType()
-
-
Method Details
-
getDigestAlgAndValue
Gets the value of the digestAlgAndValue property.- Returns:
- possible object is
DigestAlgAndValueType
-
setDigestAlgAndValue
Sets the value of the digestAlgAndValue property.- Parameters:
value- allowed object isDigestAlgAndValueType
-
getCanonicalizationMethod
Gets the value of the canonicalizationMethod property.- Returns:
- possible object is
CanonicalizationMethodType
-
setCanonicalizationMethod
Sets the value of the canonicalizationMethod property.- Parameters:
value- allowed object isCanonicalizationMethodType
-
getSignedProperties
Gets the value of the signedProperties property.- Returns:
- possible object is
SignedPropertiesType
-
setSignedProperties
Sets the value of the signedProperties property.- Parameters:
value- allowed object isSignedPropertiesType
-
getSignatureValue
Gets the value of the signatureValue property.- Returns:
- possible object is
SignatureValueType
-
setSignatureValue
Sets the value of the signatureValue property.- Parameters:
value- allowed object isSignatureValueType
-
getOther
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
setOther
Sets the value of the other property.- Parameters:
value- allowed object isAnyType
-
getWhichDocument
Gets the value of the whichDocument property.- Returns:
- possible object is
Object
-
setWhichDocument
Sets the value of the whichDocument property.- Parameters:
value- allowed object isObject
-
getXPath
Gets the value of the xPath property.- Returns:
- possible object is
String
-
setXPath
Sets the value of the xPath property.- Parameters:
value- allowed object isString
-
getOffset
Gets the value of the offset property.- Returns:
- possible object is
BigInteger
-
setOffset
Sets the value of the offset property.- Parameters:
value- allowed object isBigInteger
-
getFieldName
Gets the value of the fieldName property.- Returns:
- possible object is
String
-
setFieldName
Sets the value of the fieldName property.- Parameters:
value- allowed object isString
-