@CodingStyleguideUnaware public class ApplicationAreaType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ApplicationAreaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationAreaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openapplications.org/oagis/9}Sender" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}Receiver" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}CreationDateTime"/>
<element ref="{http://www.openapplications.org/oagis/9}Signature" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}BODID" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}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 |
|---|
ApplicationAreaType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addReceiver(ReceiverType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ApplicationAreaType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ApplicationAreaType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
IdentifierType |
getBODID()
Gets the value of the bodid property.
|
String |
getBODIDValue()
Get the value of the contained IdentifierType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getCreationDateTime()
Gets the value of the creationDateTime property.
|
List<ReceiverType> |
getReceiver()
Gets the value of the receiver property.
|
ReceiverType |
getReceiverAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getReceiverCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
SenderType |
getSender()
Gets the value of the sender property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
UserAreaType |
getUserArea()
Gets the value of the userArea property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoReceiverEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasReceiverEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBODID(IdentifierType value)
Sets the value of the bodid property.
|
IdentifierType |
setBODID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCreationDateTime(String value)
Sets the value of the creationDateTime property.
|
void |
setReceiver(List<ReceiverType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSender(SenderType value)
Sets the value of the sender property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
void |
setUserArea(UserAreaType value)
Sets the value of the userArea property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ApplicationAreaType()
@Nullable public SenderType getSender()
SenderTypepublic void setSender(@Nullable SenderType value)
value - allowed object is
SenderType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ReceiverType> getReceiver()
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 receiver property.
For example, to add a new item, do as follows:
getReceiver().add(newItem);
Objects of the following type(s) are allowed in the list
ReceiverType
@Nullable public String getCreationDateTime()
Stringpublic void setCreationDateTime(@Nullable String value)
value - allowed object is
String@Nullable public SignatureType getSignature()
SignatureTypepublic void setSignature(@Nullable SignatureType value)
value - allowed object is
SignatureType@Nullable public IdentifierType getBODID()
IdentifierTypepublic void setBODID(@Nullable IdentifierType value)
value - allowed object is
IdentifierType@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 setReceiver(@Nullable List<ReceiverType> aList)
aList - The new list member to set. May be null.public boolean hasReceiverEntries()
true if at least one item is contained, false otherwise.public boolean hasNoReceiverEntries()
true if no item is contained, false otherwise.@Nonnegative public int getReceiverCount()
@Nullable public ReceiverType getReceiverAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addReceiver(@Nonnull ReceiverType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull ApplicationAreaType 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 ApplicationAreaType clone()
@Nonnull public IdentifierType setBODID(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2020 Philip Helger. All rights reserved.