public class Im extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ns" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
ns |
protected String |
title |
| Constructor and Description |
|---|
Im() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNs()
Gets the value of the ns property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setNs(Integer value)
Sets the value of the ns property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
Copyright © 2018 BITPlan GmbH. All rights reserved.