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