public class Ns 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="id" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="case" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="canonical" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="content" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="subpages" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_case |
protected String |
canonical |
protected String |
content |
protected Integer |
id |
protected String |
subpages |
protected String |
value |
| Constructor and Description |
|---|
Ns() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonical()
Gets the value of the canonical property.
|
String |
getCase()
Gets the value of the case property.
|
String |
getContent()
Gets the value of the content property.
|
Integer |
getId()
Gets the value of the id property.
|
String |
getSubpages()
Gets the value of the subpages property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCanonical(String value)
Sets the value of the canonical property.
|
void |
setCase(String value)
Sets the value of the case property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setSubpages(String value)
Sets the value of the subpages property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Integer id
protected String _case
protected String canonical
protected String content
protected String subpages
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setId(Integer value)
value - allowed object is
Integerpublic String getCase()
Stringpublic void setCase(String value)
value - allowed object is
Stringpublic String getCanonical()
Stringpublic void setCanonical(String value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getSubpages()
StringCopyright © 2018 BITPlan GmbH. All rights reserved.