Class SACounterSignatureType
java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SACounterSignatureType
- All Implemented Interfaces:
Serializable
Java class for SACounterSignatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SACounterSignatureType">
<complexContent>
<extension base="{http://uri.etsi.org/19102/v1.4.1#}AttributeBaseType">
<sequence>
<element name="CounterSignature" type="{http://uri.etsi.org/19102/v1.4.1#}SignatureReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the counterSignature property.voidSets the value of the counterSignature property.Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
Field Details
-
counterSignature
-
-
Constructor Details
-
SACounterSignatureType
public SACounterSignatureType()
-
-
Method Details
-
getCounterSignature
Gets the value of the counterSignature property.- Returns:
- possible object is
SignatureReferenceType
-
setCounterSignature
Sets the value of the counterSignature property.- Parameters:
value- allowed object isSignatureReferenceType
-