public class TipoMetadado extends Base implements Serializable
Java class for TipoMetadado complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoMetadado">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="localidade" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="autoridade" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tipoNorma" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="descritorEvento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
autoridade |
protected String |
descritorEvento |
protected String |
localidade |
protected String |
tipoNorma |
| Constructor and Description |
|---|
TipoMetadado() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoridade()
Gets the value of the autoridade property.
|
String |
getDescritorEvento()
Gets the value of the descritorEvento property.
|
String |
getLocalidade()
Gets the value of the localidade property.
|
String |
getTipoNorma()
Gets the value of the tipoNorma property.
|
boolean |
isSetAutoridade() |
boolean |
isSetDescritorEvento() |
boolean |
isSetLocalidade() |
boolean |
isSetTipoNorma() |
void |
setAutoridade(String value)
Sets the value of the autoridade property.
|
void |
setDescritorEvento(String value)
Sets the value of the descritorEvento property.
|
void |
setLocalidade(String value)
Sets the value of the localidade property.
|
void |
setTipoNorma(String value)
Sets the value of the tipoNorma property.
|
protected String localidade
protected String autoridade
protected String tipoNorma
protected String descritorEvento
public String getLocalidade()
Stringpublic void setLocalidade(String value)
value - allowed object is
Stringpublic boolean isSetLocalidade()
public String getAutoridade()
Stringpublic void setAutoridade(String value)
value - allowed object is
Stringpublic boolean isSetAutoridade()
public String getTipoNorma()
Stringpublic void setTipoNorma(String value)
value - allowed object is
Stringpublic boolean isSetTipoNorma()
public String getDescritorEvento()
Stringpublic void setDescritorEvento(String value)
value - allowed object is
Stringpublic boolean isSetDescritorEvento()
Copyright © 2021. All rights reserved.