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.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 Details

  • Constructor Details

    • AttributeBaseType

      public AttributeBaseType()
  • Method Details

    • getAttributeObject

      public List<VOReferenceType> 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 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

      public Boolean isSigned()
      Gets the value of the signed property.
      Returns:
      possible object is Boolean
    • setSigned

      public void setSigned(Boolean value)
      Sets the value of the signed property.
      Parameters:
      value - allowed object is Boolean