Class SACounterSignatureType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.AttributeBaseType
-
- eu.europa.esig.validationreport.jaxb.SACounterSignatureType
-
- All Implemented Interfaces:
Serializable
public class SACounterSignatureType extends AttributeBaseType implements 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.2.1#}AttributeBaseType"> <sequence> <element name="CounterSignature" type="{http://uri.etsi.org/19102/v1.2.1#}SignatureReferenceType"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SignatureReferenceTypecounterSignature-
Fields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed
-
-
Constructor Summary
Constructors Constructor Description SACounterSignatureType()
-
Method Summary
Modifier and Type Method Description SignatureReferenceTypegetCounterSignature()Gets the value of the counterSignature property.voidsetCounterSignature(SignatureReferenceType value)Sets the value of the counterSignature property.-
Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
-
-
-
Field Detail
-
counterSignature
protected SignatureReferenceType counterSignature
-
-
Method Detail
-
getCounterSignature
public SignatureReferenceType getCounterSignature()
Gets the value of the counterSignature property.- Returns:
- possible object is
SignatureReferenceType
-
setCounterSignature
public void setCounterSignature(SignatureReferenceType value)
Sets the value of the counterSignature property.- Parameters:
value- allowed object isSignatureReferenceType
-
-