Class 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 Detail

      • serviceMetadataPublisherID

        protected String serviceMetadataPublisherID
      • nextPageIdentifier

        protected String nextPageIdentifier
    • Constructor Detail

      • ParticipantIdentifierPageType

        public ParticipantIdentifierPageType()
    • 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 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

        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 is String
      • getNextPageIdentifier

        public String getNextPageIdentifier()
        Gets the value of the nextPageIdentifier property.
        Returns:
        possible object is String
      • setNextPageIdentifier

        public void setNextPageIdentifier​(String value)
        Sets the value of the nextPageIdentifier property.
        Parameters:
        value - allowed object is String