public class TipoConfiguracaoComponente extends Base implements Serializable
Java class for TipoConfiguracaoComponente complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoConfiguracaoComponente">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="versao" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nome |
protected String |
versao |
| Constructor and Description |
|---|
TipoConfiguracaoComponente() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNome()
Gets the value of the nome property.
|
String |
getVersao()
Gets the value of the versao property.
|
boolean |
isSetNome() |
boolean |
isSetVersao() |
void |
setNome(String value)
Sets the value of the nome property.
|
void |
setVersao(String value)
Sets the value of the versao property.
|
public String getNome()
Stringpublic void setNome(String value)
value - allowed object is
Stringpublic boolean isSetNome()
public String getVersao()
Stringpublic void setVersao(String value)
value - allowed object is
Stringpublic boolean isSetVersao()
Copyright © 2021. All rights reserved.