@CodingStyleguideUnaware public class SubscriptionType extends RegistryObjectType
Java class for SubscriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}RegistryObjectType">
<sequence>
<element name="DeliveryInfo" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}DeliveryInfoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Selector" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}QueryType"/>
</sequence>
<attribute name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="notificationInterval" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</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
| Constructor and Description |
|---|
SubscriptionType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeliveryInfo(DeliveryInfoType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SubscriptionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SubscriptionType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<DeliveryInfoType> |
getDeliveryInfo()
Gets the value of the deliveryInfo property.
|
DeliveryInfoType |
getDeliveryInfoAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDeliveryInfoCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property.
|
Duration |
getNotificationInterval()
Gets the value of the notificationInterval property.
|
QueryType |
getSelector()
Gets the value of the selector property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
boolean |
hasDeliveryInfoEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDeliveryInfoEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDeliveryInfo(List<DeliveryInfoType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
|
void |
setNotificationInterval(Duration value)
Sets the value of the notificationInterval property.
|
void |
setSelector(QueryType value)
Sets the value of the selector property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addClassification, addExternalIdentifier, addExternalLink, cloneTo, getClassification, getClassificationAtIndex, getClassificationCount, getDescription, getExternalIdentifier, getExternalIdentifierAtIndex, getExternalIdentifierCount, getExternalLink, getExternalLinkAtIndex, getExternalLinkCount, getLid, getName, getObjectType, getOwner, getStatus, getVersionInfo, hasClassificationEntries, hasExternalIdentifierEntries, hasExternalLinkEntries, hasNoClassificationEntries, hasNoExternalIdentifierEntries, hasNoExternalLinkEntries, setClassification, setDescription, setExternalIdentifier, setExternalLink, setLid, setName, setObjectType, setOwner, setStatus, setVersionInfocloneTo, getId, setIdaddSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlotpublic SubscriptionType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DeliveryInfoType> getDeliveryInfo()
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 deliveryInfo property.
For example, to add a new item, do as follows:
getDeliveryInfo().add(newItem);
Objects of the following type(s) are allowed in the list
DeliveryInfoType
@Nullable public QueryType getSelector()
QueryTypepublic void setSelector(@Nullable QueryType value)
value - allowed object is
QueryType@Nullable public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(@Nullable XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Nullable public XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(@Nullable XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Nullable public Duration getNotificationInterval()
Durationpublic void setNotificationInterval(@Nullable Duration value)
value - allowed object is
Durationpublic boolean equals(Object o)
equals in class RegistryObjectTypepublic int hashCode()
hashCode in class RegistryObjectTypepublic String toString()
toString in class RegistryObjectTypepublic void setDeliveryInfo(@Nullable List<DeliveryInfoType> aList)
aList - The new list member to set. May be null.public boolean hasDeliveryInfoEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDeliveryInfoEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDeliveryInfoCount()
@Nullable public DeliveryInfoType getDeliveryInfoAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDeliveryInfo(@Nonnull DeliveryInfoType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull SubscriptionType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public SubscriptionType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class RegistryObjectTypenull.Copyright © 2020 TOOP. All rights reserved.