Class XHE10HeaderType

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

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

    Java class for HeaderType complex type.

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

    
     <complexType name="HeaderType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents}ID"/>
             <element ref="{http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents}UUID" minOccurs="0"/>
             <element ref="{http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents}CreationDateTime"/>
             <element ref="{http://docs.oasis-open.org/bdxr/ns/XHE/1/AggregateComponents}BusinessScope" minOccurs="0"/>
             <element ref="{http://docs.oasis-open.org/bdxr/ns/XHE/1/AggregateComponents}FromParty" minOccurs="0"/>
             <element ref="{http://docs.oasis-open.org/bdxr/ns/XHE/1/AggregateComponents}ToParty" maxOccurs="unbounded"/>
           </sequence>
         </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

      • XHE10HeaderType

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

      • getToParty

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

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

            getToParty().add(newItem);
         

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

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

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

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

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

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

        public void addToParty​(@Nonnull
                               XHE10PartyType 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
                            XHE10HeaderType 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 XHE10HeaderType 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.
      • setID

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

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

        @Nonnull
        public XHE10CreationDateTimeType setCreationDateTime​(@Nullable
                                                             com.helger.commons.datetime.XMLOffsetDateTime valueParam)
        Special setter with value of type XMLOffsetDateTime
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
        Returns:
        The created intermediary object of type XHE10CreationDateTimeType and never null
      • setCreationDateTime

        @Nonnull
        public XHE10CreationDateTimeType setCreationDateTime​(@Nullable
                                                             LocalDateTime valueParam)
        Special setter with value of type LocalDateTime
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
        Returns:
        The created intermediary object of type XHE10CreationDateTimeType and never null
      • getIDValue

        @Nullable
        public String getIDValue()
        Get the value of the contained XHE10IDType object
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
        Returns:
        Either the value of the contained XHE10IDType object or null
      • getUUIDValue

        @Nullable
        public String getUUIDValue()
        Get the value of the contained XHE10UUIDType object
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
        Returns:
        Either the value of the contained XHE10UUIDType object or null
      • getCreationDateTimeValue

        @Nullable
        public com.helger.commons.datetime.XMLOffsetDateTime getCreationDateTimeValue()
        Get the value of the contained XHE10CreationDateTimeType object
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
        Returns:
        Either the value of the contained XHE10CreationDateTimeType object or null
      • getCreationDateTimeValueLocal

        @Nullable
        public LocalDateTime getCreationDateTimeValueLocal()
        Get the value of the contained XHE10CreationDateTimeType object
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
        Returns:
        Either the value of the contained XHE10CreationDateTimeType object or null