Class SignedSignaturePropertiesType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class SignedSignaturePropertiesType
    extends Object
    implements Serializable, com.helger.commons.lang.IExplicitlyCloneable

    Java class for SignedSignaturePropertiesType complex type.

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

    
     <complexType name="SignedSignaturePropertiesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SigningTime" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SigningCertificate" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SigningCertificateV2" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignaturePolicyIdentifier" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignatureProductionPlace" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignatureProductionPlaceV2" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignerRole" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignerRoleV2" minOccurs="0"/>
             <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     

    This class was annotated by ph-jaxb-plugin -Xph-annotate

    This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb-plugin -Xph-tostring

    This class contains methods created by ph-jaxb-plugin -Xph-list-extension

    This class contains methods created by ph-jaxb-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb-plugin -Xph-value-extender

    This class contains methods created by ph-jaxb-plugin -Xph-offset-dt-extension

    See Also:
    Serialized Form
    • Constructor Detail

      • SignedSignaturePropertiesType

        public SignedSignaturePropertiesType()
        Default constructor
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    • Method Detail

      • getSigningTime

        @Nullable
        public com.helger.commons.datetime.XMLOffsetDateTime getSigningTime()
        Gets the value of the signingTime property.
        Returns:
        possible object is String
      • setSigningTime

        public void setSigningTime​(@Nullable
                                   com.helger.commons.datetime.XMLOffsetDateTime value)
        Sets the value of the signingTime property.
        Parameters:
        value - allowed object is String
      • setSigningCertificate

        public void setSigningCertificate​(@Nullable
                                          CertIDListType value)
        Sets the value of the signingCertificate property.
        Parameters:
        value - allowed object is CertIDListType
      • setSigningCertificateV2

        public void setSigningCertificateV2​(@Nullable
                                            CertIDListV2Type value)
        Sets the value of the signingCertificateV2 property.
        Parameters:
        value - allowed object is CertIDListV2Type
      • getAny

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<Object> getAny()
        Gets the value of the any 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 any property.

        For example, to add a new item, do as follows:

            getAny().add(newItem);
         

        Objects of the following type(s) are allowed in the list Object

        Returns:
        The value of the any property.
      • getId

        @Nullable
        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(@Nullable
                          String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb-plugin -Xph-equalshashcode
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Created by ph-jaxb-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Created by ph-jaxb-plugin -Xph-tostring
        Overrides:
        toString in class Object
      • setAny

        public void setAny​(@Nullable
                           List<Object> aList)
        Created by ph-jaxb-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • hasAnyEntries

        public boolean hasAnyEntries()
        Created by ph-jaxb-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoAnyEntries

        public boolean hasNoAnyEntries()
        Created by ph-jaxb-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getAnyCount

        @Nonnegative
        public int getAnyCount()
        Created by ph-jaxb-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addAny

        public void addAny​(@Nonnull
                           Object elem)
        Created by ph-jaxb-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • cloneTo

        public void cloneTo​(@Nonnull
                            SignedSignaturePropertiesType ret)
        This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2
        Parameters:
        ret - The target object to clone to. May not be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public SignedSignaturePropertiesType clone()
        Created by ph-jaxb-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class Object
        Returns:
        The cloned object. Never null.
      • getSigningTimeLocal

        @Nullable
        public LocalDateTime getSigningTimeLocal()
        Created by ph-jaxb-plugin -Xph-offset-dt-extension
        Returns:
        The LocalDateTime representation of signingTime. May be null.
      • setSigningTime

        public void setSigningTime​(@Nullable
                                   LocalDateTime aValue)
        Created by ph-jaxb-plugin -Xph-offset-dt-extension
        Parameters:
        aValue - The LocalDateTime to set. May be null.