Class DeliveryInfoType

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

    @CodingStyleguideUnaware
    public class DeliveryInfoType
    extends ExtensibleObjectType
    Contains the information needed by the server to deliver notifications for the subscription. It includes the reference to the endpoint where notifications should be delivered.

    Java class for DeliveryInfoType complex type.

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

    
     <complexType name="DeliveryInfoType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}ExtensibleObjectType">
           <sequence>
             <element name="NotifyTo" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType"/>
           </sequence>
           <attribute name="notificationOption" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}objectReferenceType" default="urn:oasis:names:tc:ebxml-regrep:NotificationOptionType:ObjectRefs" />
         </extension>
       </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

      • DeliveryInfoType

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

      • getNotifyTo

        @Nullable
        public com.helger.xsds.wsaddr.EndpointReferenceType getNotifyTo()
        Gets the value of the notifyTo property.
        Returns:
        possible object is EndpointReferenceType
      • setNotifyTo

        public void setNotifyTo​(@Nullable
                                com.helger.xsds.wsaddr.EndpointReferenceType value)
        Sets the value of the notifyTo property.
        Parameters:
        value - allowed object is EndpointReferenceType
      • getNotificationOption

        @Nullable
        public String getNotificationOption()
        Gets the value of the notificationOption property.
        Returns:
        possible object is String
      • setNotificationOption

        public void setNotificationOption​(@Nullable
                                          String value)
        Sets the value of the notificationOption property.
        Parameters:
        value - allowed object is String
      • cloneTo

        public void cloneTo​(@Nonnull
                            DeliveryInfoType 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 DeliveryInfoType clone()
        Created by ph-jaxb-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Specified by:
        clone in class ExtensibleObjectType
        Returns:
        The cloned object. Never null.