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: