Class AttributeBaseType
java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SACertIDListType
,SACommitmentTypeIndicationType
,SAContactInfoType
,SACounterSignatureType
,SADataObjectFormatType
,SADSSType
,SAMessageDigestType
,SANameType
,SAReasonType
,SARevIDListType
,SASignatureProductionPlaceType
,SASignerRoleType
,SASigningTimeType
,SASigPolicyIdentifierType
,SASubFilterType
,SATimestampType
,SAVRIType
public class AttributeBaseType extends Object implements Serializable
Java class for AttributeBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeBaseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AttributeObject" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Signed" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<VOReferenceType>
attributeObject
protected Boolean
signed
-
Constructor Summary
Constructors Constructor Description AttributeBaseType()
-
Method Summary
Modifier and Type Method Description List<VOReferenceType>
getAttributeObject()
Gets the value of the attributeObject property.Boolean
isSigned()
Gets the value of the signed property.void
setSigned(Boolean value)
Sets the value of the signed property.
-
Field Details
-
Constructor Details
-
AttributeBaseType
public AttributeBaseType()
-
-
Method Details
-
getAttributeObject
Gets the value of the attributeObject property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the attributeObject property.For example, to add a new item, do as follows:
getAttributeObject().add(newItem);
Objects of the following type(s) are allowed in the list
VOReferenceType
-
isSigned
Gets the value of the signed property.- Returns:
- possible object is
Boolean
-
setSigned
Sets the value of the signed property.- Parameters:
value
- allowed object isBoolean
-