Class UnsignedPropertiesType

  • All Implemented Interfaces:
    Serializable

    public class UnsignedPropertiesType
    extends Object
    implements Serializable

    Java class for UnsignedPropertiesType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="UnsignedPropertiesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="UnsignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedSignaturePropertiesType" minOccurs="0"/>
             <element name="UnsignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedDataObjectPropertiesType" minOccurs="0"/>
           </sequence>
           <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form