@CodingStyleguideUnaware public class NotificationRequirementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
NotificationRequirementType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNotificationLocation(LocationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNotificationPeriod(PeriodType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNotifyParty(PartyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
NotificationRequirementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(NotificationRequirementType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<LocationType> |
getNotificationLocation()
<pre>
<?
|
LocationType |
getNotificationLocationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNotificationLocationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PeriodType> |
getNotificationPeriod()
<pre>
<?
|
PeriodType |
getNotificationPeriodAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNotificationPeriodCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
NotificationTypeCodeType |
getNotificationTypeCode()
<pre>
<?
|
String |
getNotificationTypeCodeValue()
Get the value of the contained NotificationTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<PartyType> |
getNotifyParty()
<pre>
<?
|
PartyType |
getNotifyPartyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNotifyPartyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PostEventNotificationDurationMeasureType |
getPostEventNotificationDurationMeasure()
<pre>
<?
|
BigDecimal |
getPostEventNotificationDurationMeasureValue()
Get the value of the contained PostEventNotificationDurationMeasureType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PreEventNotificationDurationMeasureType |
getPreEventNotificationDurationMeasure()
<pre>
<?
|
BigDecimal |
getPreEventNotificationDurationMeasureValue()
Get the value of the contained PreEventNotificationDurationMeasureType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoNotificationLocationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNotificationPeriodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNotifyPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNotificationLocationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNotificationPeriodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNotifyPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setNotificationLocation(List<LocationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setNotificationPeriod(List<PeriodType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setNotificationTypeCode(NotificationTypeCodeType value)
Sets the value of the notificationTypeCode property.
|
NotificationTypeCodeType |
setNotificationTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setNotifyParty(List<PartyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PostEventNotificationDurationMeasureType |
setPostEventNotificationDurationMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPostEventNotificationDurationMeasure(PostEventNotificationDurationMeasureType value)
Sets the value of the postEventNotificationDurationMeasure property.
|
PreEventNotificationDurationMeasureType |
setPreEventNotificationDurationMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPreEventNotificationDurationMeasure(PreEventNotificationDurationMeasureType value)
Sets the value of the preEventNotificationDurationMeasure property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public NotificationRequirementType()
@Nullable public NotificationTypeCodeType getNotificationTypeCode()
NotificationTypeCodeTypepublic void setNotificationTypeCode(@Nullable NotificationTypeCodeType value)
value - allowed object is
NotificationTypeCodeType@Nullable public PostEventNotificationDurationMeasureType getPostEventNotificationDurationMeasure()
PostEventNotificationDurationMeasureTypepublic void setPostEventNotificationDurationMeasure(@Nullable PostEventNotificationDurationMeasureType value)
value - allowed object is
PostEventNotificationDurationMeasureType@Nullable public PreEventNotificationDurationMeasureType getPreEventNotificationDurationMeasure()
PreEventNotificationDurationMeasureTypepublic void setPreEventNotificationDurationMeasure(@Nullable PreEventNotificationDurationMeasureType value)
value - allowed object is
PreEventNotificationDurationMeasureType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PartyType> getNotifyParty()
PartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PeriodType> getNotificationPeriod()
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LocationType> getNotificationLocation()
LocationTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setNotifyParty(@Nullable List<PartyType> aList)
aList - The new list member to set. May be <code>null</code>.public void setNotificationPeriod(@Nullable List<PeriodType> aList)
aList - The new list member to set. May be <code>null</code>.public void setNotificationLocation(@Nullable List<LocationType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasNotifyPartyEntries()
public boolean hasNoNotifyPartyEntries()
@Nonnegative public int getNotifyPartyCount()
@Nullable public PartyType getNotifyPartyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addNotifyParty(@Nonnull PartyType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasNotificationPeriodEntries()
public boolean hasNoNotificationPeriodEntries()
@Nonnegative public int getNotificationPeriodCount()
@Nullable public PeriodType getNotificationPeriodAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addNotificationPeriod(@Nonnull PeriodType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasNotificationLocationEntries()
public boolean hasNoNotificationLocationEntries()
@Nonnegative public int getNotificationLocationCount()
@Nullable public LocationType getNotificationLocationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addNotificationLocation(@Nonnull LocationType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull NotificationRequirementType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public NotificationRequirementType clone()
@Nonnull public NotificationTypeCodeType setNotificationTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PostEventNotificationDurationMeasureType setPostEventNotificationDurationMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PreEventNotificationDurationMeasureType setPreEventNotificationDurationMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getNotificationTypeCodeValue()
@Nullable public BigDecimal getPostEventNotificationDurationMeasureValue()
@Nullable public BigDecimal getPreEventNotificationDurationMeasureValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.