Class SAReasonType
java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SAReasonType
- All Implemented Interfaces:
Serializable
public class SAReasonType extends AttributeBaseType implements Serializable
Java class for SAReasonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SAReasonType"> <complexContent> <extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"> <sequence> <element name="ReasonElement" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
reasonElement
Fields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed
-
Constructor Summary
Constructors Constructor Description SAReasonType()
-
Method Summary
Modifier and Type Method Description String
getReasonElement()
Gets the value of the reasonElement property.void
setReasonElement(String value)
Sets the value of the reasonElement property.Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
Field Details
-
Constructor Details
-
SAReasonType
public SAReasonType()
-
-
Method Details
-
getReasonElement
Gets the value of the reasonElement property.- Returns:
- possible object is
String
-
setReasonElement
Sets the value of the reasonElement property.- Parameters:
value
- allowed object isString
-