Class PageRequestType
- java.lang.Object
-
- org.busdox.servicemetadata.locator._1.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 Summary
Fields Modifier and Type Field Description protected StringnextPageIdentifierprotected StringserviceMetadataPublisherID
-
Constructor Summary
Constructors Constructor Description PageRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNextPageIdentifier()Gets the value of the nextPageIdentifier 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.
-
-
-
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 isString
-
getNextPageIdentifier
public String getNextPageIdentifier()
Gets the value of the nextPageIdentifier property.- Returns:
- possible object is
String
-
-