Package com.helger.regrep.rim
Class DeliveryInfoType
- java.lang.Object
-
- com.helger.regrep.rim.ExtensibleObjectType
-
- com.helger.regrep.rim.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 Summary
Constructors Constructor Description DeliveryInfoType()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryInfoTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(DeliveryInfoType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeStringgetNotificationOption()Gets the value of the notificationOption property.com.helger.xsds.wsaddr.EndpointReferenceTypegetNotifyTo()Gets the value of the notifyTo property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetNotificationOption(String value)Sets the value of the notificationOption property.voidsetNotifyTo(com.helger.xsds.wsaddr.EndpointReferenceType value)Sets the value of the notifyTo property.StringtoString()Created by ph-jaxb-plugin -Xph-tostring-
Methods inherited from class com.helger.regrep.rim.ExtensibleObjectType
addSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlot
-
-
-
-
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 isEndpointReferenceType
-
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 isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
equalsin classExtensibleObjectType
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
hashCodein classExtensibleObjectType
-
toString
public String toString()
Created by ph-jaxb-plugin -Xph-tostring- Overrides:
toStringin classExtensibleObjectType
-
cloneTo
public void cloneTo(@Nonnull DeliveryInfoType ret)
This method clones all values fromthisto 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 benull.
-
clone
@Nonnull @ReturnsMutableCopy public DeliveryInfoType clone()
Created by ph-jaxb-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Specified by:
clonein classExtensibleObjectType- Returns:
- The cloned object. Never
null.
-
-