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