public class ParticipantIdentifierPageType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nextPageIdentifier |
protected List<ParticipantIdentifierType> |
participantIdentifier |
protected String |
serviceMetadataPublisherID |
| Constructor and Description |
|---|
ParticipantIdentifierPageType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageIdentifier()
Gets the value of the nextPageIdentifier property.
|
List<ParticipantIdentifierType> |
getParticipantIdentifier()
Gets the value of the participantIdentifier property.
|
String |
getServiceMetadataPublisherID()
Gets the value of the serviceMetadataPublisherID property.
|
void |
setNextPageIdentifier(String value)
Sets the value of the nextPageIdentifier property.
|
void |
setServiceMetadataPublisherID(String value)
Sets the value of the serviceMetadataPublisherID property.
|
protected List<ParticipantIdentifierType> participantIdentifier
protected String serviceMetadataPublisherID
protected String nextPageIdentifier
public List<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
public String getServiceMetadataPublisherID()
Stringpublic void setServiceMetadataPublisherID(String value)
value - allowed object is
Stringpublic String getNextPageIdentifier()
StringCopyright © 2017 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.