public class PagesType extends Object
Java class for pagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pagesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="directory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
directory |
protected String |
prefix |
| Constructor and Description |
|---|
PagesType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectory()
Gets the value of the directory property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
void |
setDirectory(String value)
Sets the value of the directory property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
PagesType |
withDirectory(String value) |
PagesType |
withPrefix(String value) |
public String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
StringCopyright © 2021. All rights reserved.