@CodingStyleguideUnaware public class Ebms3To extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for To complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="To">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PartyId" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PartyId" maxOccurs="unbounded"/>
<element name="Role" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string"/>
</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 |
|---|
Ebms3To()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartyId(Ebms3PartyId elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
Ebms3To |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Ebms3To ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<Ebms3PartyId> |
getPartyId()
Gets the value of the partyId property.
|
Ebms3PartyId |
getPartyIdAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPartyIdCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getRole()
Gets the value of the role property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoPartyIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPartyIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPartyId(List<Ebms3PartyId> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRole(String value)
Sets the value of the role property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public Ebms3To()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<Ebms3PartyId> getPartyId()
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 partyId property.
For example, to add a new item, do as follows:
getPartyId().add(newItem);
Objects of the following type(s) are allowed in the list
Ebms3PartyId
@Nullable public String getRole()
Stringpublic void setRole(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPartyId(@Nullable List<Ebms3PartyId> aList)
aList - The new list member to set. May be null.public boolean hasPartyIdEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPartyIdEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPartyIdCount()
@Nullable public Ebms3PartyId getPartyIdAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPartyId(@Nonnull Ebms3PartyId elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull Ebms3To 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.Copyright © 2015–2020 Philip Helger. All rights reserved.