public class TRemissaoDocumento extends Object
Java class for TRemissaoDocumento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRemissaoDocumento">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fragmento" type="{http://www.lexml.gov.br/schema/remissoes}TRemissaoFragmento" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<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 List<TRemissaoFragmento> |
fragmento |
protected String |
href |
protected TypeType |
type |
protected String |
urn |
| Constructor and Description |
|---|
TRemissaoDocumento() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay()
Gets the value of the display property.
|
List<TRemissaoFragmento> |
getFragmento()
Gets the value of the fragmento 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 List<TRemissaoFragmento> fragmento
protected String urn
protected String display
protected String href
protected TypeType type
public List<TRemissaoFragmento> getFragmento()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fragmento property.
For example, to add a new item, do as follows:
getFragmento().add(newItem);
Objects of the following type(s) are allowed in the list
TRemissaoFragmento
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.