Class StatusBasisType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable
    Direct Known Subclasses:
    ChangeStatusType, StatusABIEType

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

    Java class for StatusBasisType complex type.

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

     <complexType name="StatusBasisType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.openapplications.org/oagis/9}Code" minOccurs="0"/>
             <element ref="{http://www.openapplications.org/oagis/9}Description" minOccurs="0"/>
             <element ref="{http://www.openapplications.org/oagis/9}EffectiveDateTime" minOccurs="0"/>
             <element ref="{http://www.openapplications.org/oagis/9}ReasonCode" minOccurs="0"/>
             <element ref="{http://www.openapplications.org/oagis/9}Reason" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </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

      • StatusBasisType

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

      • setCode

        public void setCode​(@Nullable
                            CodeType value)
        Sets the value of the code property.
        Parameters:
        value - allowed object is CodeType
      • getEffectiveDateTime

        @Nullable
        public String getEffectiveDateTime()
        Gets the value of the effectiveDateTime property.
        Returns:
        possible object is String
      • setEffectiveDateTime

        public void setEffectiveDateTime​(@Nullable
                                         String value)
        Sets the value of the effectiveDateTime property.
        Parameters:
        value - allowed object is String
      • getReasonCode

        @Nullable
        public CodeType getReasonCode()
        Gets the value of the reasonCode property.
        Returns:
        possible object is CodeType
      • setReasonCode

        public void setReasonCode​(@Nullable
                                  CodeType value)
        Sets the value of the reasonCode property.
        Parameters:
        value - allowed object is CodeType
      • getReason

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

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

            getReason().add(newItem);
         

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

      • equals

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

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

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

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

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

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

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

        public void addReason​(@Nonnull
                              TextType 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
                            StatusBasisType 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 StatusBasisType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class Object
        Returns:
        The cloned object. Never null.
      • setCode

        @Nonnull
        public CodeType setCode​(@Nullable
                                String valueParam)
        Special setter with value of type String
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
        Returns:
        The created intermediary object of type CodeType and never null
      • setReasonCode

        @Nonnull
        public CodeType setReasonCode​(@Nullable
                                      String valueParam)
        Special setter with value of type String
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
        Returns:
        The created intermediary object of type CodeType and never null
      • setDescription

        @Nonnull
        public DescriptionType setDescription​(@Nullable
                                              String valueParam)
        Special setter with value of type String
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
        Returns:
        The created intermediary object of type DescriptionType and never null
      • getCodeValue

        @Nullable
        public String getCodeValue()
        Get the value of the contained CodeType object
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Returns:
        Either the value of the contained CodeType object or null
      • getDescriptionValue

        @Nullable
        public String getDescriptionValue()
        Get the value of the contained DescriptionType object
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Returns:
        Either the value of the contained DescriptionType object or null
      • getReasonCodeValue

        @Nullable
        public String getReasonCodeValue()
        Get the value of the contained CodeType object
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Returns:
        Either the value of the contained CodeType object or null