public class DevedorAlternativo extends Object implements Serializable
Classe Java de tipoDevedorAlternativo complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="tipoDevedorAlternativo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="inscricaoMF" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tipo" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SOLIDARIO"/> <enumeration value="SUBSIDIARIO"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
inscricaoMF |
protected String |
tipo |
Constructor and Description |
---|
DevedorAlternativo() |
Modifier and Type | Method and Description |
---|---|
String |
getInscricaoMF()
Obtém o valor da propriedade inscricaoMF.
|
String |
getTipo()
Obtém o valor da propriedade tipo.
|
boolean |
isSetInscricaoMF() |
boolean |
isSetTipo() |
void |
setInscricaoMF(String value)
Define o valor da propriedade inscricaoMF.
|
void |
setTipo(String value)
Define o valor da propriedade tipo.
|
public String getInscricaoMF()
String
public void setInscricaoMF(String value)
value
- allowed object is
String
public boolean isSetInscricaoMF()
public String getTipo()
String
public void setTipo(String value)
value
- allowed object is
String
public boolean isSetTipo()
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.