Class SignedDataObjectPropertiesType

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

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

    Java class for SignedDataObjectPropertiesType complex type.

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

    
     <complexType name="SignedDataObjectPropertiesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}DataObjectFormat" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}CommitmentTypeIndication" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}AllDataObjectsTimeStamp" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}IndividualDataObjectsTimeStamp" maxOccurs="unbounded" 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

    See Also:
    Serialized Form
    • Constructor Detail

      • SignedDataObjectPropertiesType

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

      • getDataObjectFormat

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

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

            getDataObjectFormat().add(newItem);
         

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

        Returns:
        The value of the dataObjectFormat property.
      • getCommitmentTypeIndication

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

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

            getCommitmentTypeIndication().add(newItem);
         

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

        Returns:
        The value of the commitmentTypeIndication property.
      • getAllDataObjectsTimeStamp

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

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

            getAllDataObjectsTimeStamp().add(newItem);
         

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

        Returns:
        The value of the allDataObjectsTimeStamp property.
      • getIndividualDataObjectsTimeStamp

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

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

            getIndividualDataObjectsTimeStamp().add(newItem);
         

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

        Returns:
        The value of the individualDataObjectsTimeStamp property.
      • 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
      • setDataObjectFormat

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

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

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

        public void setIndividualDataObjectsTimeStamp​(@Nullable
                                                      List<XAdESTimeStampType> aList)
        Created by ph-jaxb-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • 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.
      • hasDataObjectFormatEntries

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public void addIndividualDataObjectsTimeStamp​(@Nonnull
                                                      XAdESTimeStampType elem)
        Created by ph-jaxb-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not 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
                            SignedDataObjectPropertiesType 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 SignedDataObjectPropertiesType 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.