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
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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeObject property.isSigned()
Gets the value of the signed property.void
Sets the value of the signed property.
-
Field Details
-
attributeObject
-
signed
-
-
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
-