Class ParticipantIdentifierPageType
- java.lang.Object
-
- network.oxalis.peppol.busdox.jaxb.sml.ParticipantIdentifierPageType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringnextPageIdentifierprotected List<ParticipantIdentifierType>participantIdentifierprotected StringserviceMetadataPublisherID
-
Constructor Summary
Constructors Constructor Description ParticipantIdentifierPageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNextPageIdentifier()Gets the value of the nextPageIdentifier property.List<ParticipantIdentifierType>getParticipantIdentifier()Gets the value of the participantIdentifier property.StringgetServiceMetadataPublisherID()Gets the value of the serviceMetadataPublisherID property.voidsetNextPageIdentifier(String value)Sets the value of the nextPageIdentifier property.voidsetServiceMetadataPublisherID(String value)Sets the value of the serviceMetadataPublisherID property.
-
-
-
Field Detail
-
participantIdentifier
protected List<ParticipantIdentifierType> participantIdentifier
-
serviceMetadataPublisherID
protected String serviceMetadataPublisherID
-
nextPageIdentifier
protected String nextPageIdentifier
-
-
Method Detail
-
getParticipantIdentifier
public List<ParticipantIdentifierType> getParticipantIdentifier()
Gets the value of the participantIdentifier property.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
setmethod 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- Returns:
- The value of the participantIdentifier property.
-
getServiceMetadataPublisherID
public String getServiceMetadataPublisherID()
Gets the value of the serviceMetadataPublisherID property.- Returns:
- possible object is
String
-
setServiceMetadataPublisherID
public void setServiceMetadataPublisherID(String value)
Sets the value of the serviceMetadataPublisherID property.- Parameters:
value- allowed object isString
-
getNextPageIdentifier
public String getNextPageIdentifier()
Gets the value of the nextPageIdentifier property.- Returns:
- possible object is
String
-
-