Class XHE10ExternalReferenceType

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

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

    Java class for ExternalReferenceType complex type.

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

    
     <complexType name="ExternalReferenceType">
       <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}AvailabilityStartDateTime" minOccurs="0"/>
             <element ref="{http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents}AvailabilityEndDateTime" minOccurs="0"/>
             <element ref="{http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents}Login" minOccurs="0"/>
             <element ref="{http://docs.oasis-open.org/bdxr/ns/XHE/1/BasicComponents}Password" minOccurs="0"/>
           </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-cloneable2

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

    See Also:
    Serialized Form
    • Constructor Detail

      • XHE10ExternalReferenceType

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

      • 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
      • cloneTo

        public void cloneTo​(@Nonnull
                            XHE10ExternalReferenceType 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 XHE10ExternalReferenceType 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
      • setAvailabilityStartDateTime

        @Nonnull
        public XHE10AvailabilityStartDateTimeType setAvailabilityStartDateTime​(@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 XHE10AvailabilityStartDateTimeType and never null
      • setAvailabilityStartDateTime

        @Nonnull
        public XHE10AvailabilityStartDateTimeType setAvailabilityStartDateTime​(@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 XHE10AvailabilityStartDateTimeType and never null
      • setAvailabilityEndDateTime

        @Nonnull
        public XHE10AvailabilityEndDateTimeType setAvailabilityEndDateTime​(@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 XHE10AvailabilityEndDateTimeType and never null
      • setAvailabilityEndDateTime

        @Nonnull
        public XHE10AvailabilityEndDateTimeType setAvailabilityEndDateTime​(@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 XHE10AvailabilityEndDateTimeType and never null
      • setLogin

        @Nonnull
        public XHE10LoginType setLogin​(@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 XHE10LoginType and never null
      • setPassword

        @Nonnull
        public XHE10PasswordType setPassword​(@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 XHE10PasswordType 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
      • getAvailabilityStartDateTimeValue

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

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

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

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

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

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