@CodingStyleguideUnaware public class ParticipantIdentifierPageType extends Object implements Serializable
Java class for ParticipantIdentifierPageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipantIdentifierPageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://busdox.org/transport/identifiers/1.0/}ParticipantIdentifier" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://busdox.org/serviceMetadata/locator/1.0/}ServiceMetadataPublisherID" minOccurs="0"/>
<element name="NextPageIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" 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
| Constructor and Description |
|---|
ParticipantIdentifierPageType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParticipantIdentifier(com.helger.peppolid.ParticipantIdentifierType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getNextPageIdentifier()
Gets the value of the nextPageIdentifier property.
|
List<com.helger.peppolid.ParticipantIdentifierType> |
getParticipantIdentifier()
Gets the value of the participantIdentifier property.
|
com.helger.peppolid.ParticipantIdentifierType |
getParticipantIdentifierAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getParticipantIdentifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getServiceMetadataPublisherID()
Gets the value of the serviceMetadataPublisherID property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoParticipantIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasParticipantIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setNextPageIdentifier(String value)
Sets the value of the nextPageIdentifier property.
|
void |
setParticipantIdentifier(List<com.helger.peppolid.ParticipantIdentifierType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setServiceMetadataPublisherID(String value)
Sets the value of the serviceMetadataPublisherID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<com.helger.peppolid.ParticipantIdentifierType> getParticipantIdentifier()
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 participantIdentifier property.
For example, to add a new item, do as follows:
getParticipantIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
ParticipantIdentifierType
@Nullable public String getServiceMetadataPublisherID()
Stringpublic void setServiceMetadataPublisherID(@Nullable String value)
value - allowed object is
String@Nullable public String getNextPageIdentifier()
Stringpublic void setNextPageIdentifier(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setParticipantIdentifier(@Nullable List<com.helger.peppolid.ParticipantIdentifierType> aList)
aList - The new list member to set. May be null.public boolean hasParticipantIdentifierEntries()
true if at least one item is contained, false otherwise.public boolean hasNoParticipantIdentifierEntries()
true if no item is contained, false otherwise.@Nonnegative public int getParticipantIdentifierCount()
@Nullable public com.helger.peppolid.ParticipantIdentifierType getParticipantIdentifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addParticipantIdentifier(@Nonnull com.helger.peppolid.ParticipantIdentifierType elem)
elem - The element to be added. May not be null.Copyright © 2015–2019 Philip Helger. All rights reserved.