Class PageRequestType


  • public class PageRequestType
    extends Object

    Java class for PageRequestType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PageRequestType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://busdox.org/serviceMetadata/locator/1.0/}ServiceMetadataPublisherID"/>
             <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

      • PageRequestType

        public PageRequestType()
    • Method Detail

      • 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