Class ChangeStatusType

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

    @CodingStyleguideUnaware
    public class ChangeStatusType
    extends StatusBasisType

    Java class for ChangeStatusType complex type.

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

     <complexType name="ChangeStatusType">
       <complexContent>
         <extension base="{http://www.openapplications.org/oagis/9}StatusBasisType">
           <sequence>
             <element ref="{http://www.openapplications.org/oagis/9}StateChange" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.openapplications.org/oagis/9}UserArea" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     

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

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

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

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

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

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

    See Also:
    Serialized Form
    • Constructor Detail

      • ChangeStatusType

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

      • getStateChange

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<StateChangeType> getStateChange()
        Gets the value of the stateChange 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 JAXB object. This is why there is not a set method for the stateChange property.

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

            getStateChange().add(newItem);
         

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

      • setUserArea

        public void setUserArea​(@Nullable
                                UserAreaType value)
        Sets the value of the userArea property.
        Parameters:
        value - allowed object is UserAreaType
      • equals

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

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class StatusBasisType
      • setStateChange

        public void setStateChange​(@Nullable
                                   List<StateChangeType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • hasStateChangeEntries

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

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

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

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

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

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