public class TipoFalha extends Base implements Serializable
Java class for TipoFalha complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoFalha">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codigoTipoFalha" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="nomeTipoFalha" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="posicao" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mensagemUsuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
codigoTipoFalha |
protected String |
descricao |
protected String |
mensagemUsuario |
protected String |
nomeTipoFalha |
protected List<String> |
posicao |
| Constructor and Description |
|---|
TipoFalha() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodigoTipoFalha()
Gets the value of the codigoTipoFalha property.
|
String |
getDescricao()
Gets the value of the descricao property.
|
String |
getMensagemUsuario()
Gets the value of the mensagemUsuario property.
|
String |
getNomeTipoFalha()
Gets the value of the nomeTipoFalha property.
|
List<String> |
getPosicao()
Gets the value of the posicao property.
|
boolean |
isSetCodigoTipoFalha() |
boolean |
isSetDescricao() |
boolean |
isSetMensagemUsuario() |
boolean |
isSetNomeTipoFalha() |
boolean |
isSetPosicao() |
void |
setCodigoTipoFalha(int value)
Sets the value of the codigoTipoFalha property.
|
void |
setDescricao(String value)
Sets the value of the descricao property.
|
void |
setMensagemUsuario(String value)
Sets the value of the mensagemUsuario property.
|
void |
setNomeTipoFalha(String value)
Sets the value of the nomeTipoFalha property.
|
void |
unsetPosicao() |
protected int codigoTipoFalha
protected String nomeTipoFalha
protected String descricao
protected String mensagemUsuario
public int getCodigoTipoFalha()
public void setCodigoTipoFalha(int value)
public boolean isSetCodigoTipoFalha()
public String getNomeTipoFalha()
Stringpublic void setNomeTipoFalha(String value)
value - allowed object is
Stringpublic boolean isSetNomeTipoFalha()
public List<String> getPosicao()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the posicao property.
For example, to add a new item, do as follows:
getPosicao().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetPosicao()
public void unsetPosicao()
public String getDescricao()
Stringpublic void setDescricao(String value)
value - allowed object is
Stringpublic boolean isSetDescricao()
public String getMensagemUsuario()
Stringpublic void setMensagemUsuario(String value)
value - allowed object is
Stringpublic boolean isSetMensagemUsuario()
Copyright © 2021. All rights reserved.