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.4.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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeObject property.isSigned()Gets the value of the signed property.voidSets 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
setSigned
-