Class Properties


  • public class Properties
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SignedProperties" type="{urn:oasis:names:tc:dss:1.0:core:schema}PropertiesType" minOccurs="0"/>
             <element name="UnsignedProperties" type="{urn:oasis:names:tc:dss:1.0:core:schema}PropertiesType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Properties

        public Properties()
    • Method Detail

      • getSignedProperties

        public PropertiesType getSignedProperties()
        Gets the value of the signedProperties property.
        Returns:
        possible object is PropertiesType
      • setSignedProperties

        public void setSignedProperties​(PropertiesType value)
        Sets the value of the signedProperties property.
        Parameters:
        value - allowed object is PropertiesType
      • getUnsignedProperties

        public PropertiesType getUnsignedProperties()
        Gets the value of the unsignedProperties property.
        Returns:
        possible object is PropertiesType
      • setUnsignedProperties

        public void setUnsignedProperties​(PropertiesType value)
        Sets the value of the unsignedProperties property.
        Parameters:
        value - allowed object is PropertiesType