@CodingStyleguideUnaware public class NotificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Notification. Details</ccts:DictionaryEntryName>
<?xml version="1.0" encoding="UTF-8"?><ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Contains
details on preferred or primary notification methods associated with a
particular scope of work or function. See
NotificationScopeCode-element.</ccts:DefinitionText>
<?xml version="1.0" encoding="UTF-8"?><ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">This is used in
pre-provisioning a partner system with user account information. See
UserAccount-noun.</ccts:UsageRule>
Java class for NotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.hr-xml.org/3}NotificationScopeCode" minOccurs="0"/>
<element ref="{http://www.hr-xml.org/3}UseDefaultIndicator" minOccurs="0"/>
<element ref="{http://www.hr-xml.org/3}NotificationMethod" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.hr-xml.org/3}UserArea" minOccurs="0"/>
</sequence>
</restriction>
</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 |
|---|
NotificationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addNotificationMethod(CommunicationABIEType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
NotificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(NotificationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<CommunicationABIEType> |
getNotificationMethod()
Gets the value of the notificationMethod property.
|
CommunicationABIEType |
getNotificationMethodAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNotificationMethodCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getNotificationScopeCode()
Gets the value of the notificationScopeCode property.
|
String |
getNotificationScopeCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
UserAreaType |
getUserArea()
Gets the value of the userArea property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoNotificationMethodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNotificationMethodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
Boolean |
isUseDefaultIndicator()
Gets the value of the useDefaultIndicator property.
|
void |
setNotificationMethod(List<CommunicationABIEType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setNotificationScopeCode(CodeType value)
Sets the value of the notificationScopeCode property.
|
CodeType |
setNotificationScopeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setUseDefaultIndicator(Boolean value)
Sets the value of the useDefaultIndicator property.
|
void |
setUserArea(UserAreaType value)
Sets the value of the userArea property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public NotificationType()
@Nullable public CodeType getNotificationScopeCode()
CodeTypepublic void setNotificationScopeCode(@Nullable CodeType value)
value - allowed object is
CodeTypepublic Boolean isUseDefaultIndicator()
Booleanpublic void setUseDefaultIndicator(@Nullable Boolean value)
value - allowed object is
Boolean@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CommunicationABIEType> getNotificationMethod()
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 notificationMethod property.
For example, to add a new item, do as follows:
getNotificationMethod().add(newItem);
Objects of the following type(s) are allowed in the list
CommunicationABIEType
@Nullable public UserAreaType getUserArea()
UserAreaTypepublic void setUserArea(@Nullable UserAreaType value)
value - allowed object is
UserAreaTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setNotificationMethod(@Nullable List<CommunicationABIEType> aList)
aList - The new list member to set. May be null.public boolean hasNotificationMethodEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNotificationMethodEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNotificationMethodCount()
@Nullable public CommunicationABIEType getNotificationMethodAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addNotificationMethod(@Nonnull CommunicationABIEType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull NotificationType 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 NotificationType clone()
@Nonnull public CodeType setNotificationScopeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2020 Philip Helger. All rights reserved.