public class TRemissaoFragmento extends Object
Java class for TRemissaoFragmento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRemissaoFragmento">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.lexml.gov.br/schema/remissoes}urn use="required""/>
<attribute ref="{http://www.lexml.gov.br/schema/remissoes}display use="required""/>
<attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
<attribute ref="{http://www.w3.org/1999/xlink}type use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
display |
protected String |
href |
protected TypeType |
type |
protected String |
urn |
| Constructor and Description |
|---|
TRemissaoFragmento() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay()
Gets the value of the display property.
|
String |
getHref()
Gets the value of the href property.
|
TypeType |
getType()
Gets the value of the type property.
|
String |
getUrn()
Gets the value of the urn property.
|
void |
setDisplay(String value)
Sets the value of the display property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setType(TypeType value)
Sets the value of the type property.
|
void |
setUrn(String value)
Sets the value of the urn property.
|
protected String urn
protected String display
protected String href
protected TypeType type
public String getUrn()
Stringpublic void setUrn(String value)
value - allowed object is
Stringpublic String getDisplay()
Stringpublic void setDisplay(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic TypeType getType()
TypeTypeCopyright © 2021. All rights reserved.