public class UserDevice extends IdTitle
Java class for userDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userDevice"> <complexContent> <extension base="{http://common.bitel.ru}idTitle"> <sequence> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="config" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment |
protected java.lang.String |
config |
Constructor and Description |
---|
UserDevice() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Gets the value of the comment property.
|
java.lang.String |
getConfig()
Gets the value of the config property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setConfig(java.lang.String value)
Sets the value of the config property.
|
public java.lang.String getComment()
String
public void setComment(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConfig()
String
public void setConfig(java.lang.String value)
value
- allowed object is
String