public class P extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="pageid" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="ns" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Byte |
ns |
protected Integer |
pageid |
protected String |
title |
protected String |
value |
| Constructor and Description |
|---|
P() |
| Modifier and Type | Method and Description |
|---|---|
Byte |
getNs()
Gets the value of the ns property.
|
Integer |
getPageid()
Gets the value of the pageid property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setNs(Byte value)
Sets the value of the ns property.
|
void |
setPageid(Integer value)
Sets the value of the pageid property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Integer pageid
protected Byte ns
protected String title
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getPageid()
Integerpublic void setPageid(Integer value)
value - allowed object is
Integerpublic void setNs(Byte value)
value - allowed object is
Bytepublic String getTitle()
StringCopyright © 2018 BITPlan GmbH. All rights reserved.