Package systextil.integracao.xml.cte
Class TRetEnviCTe.InfRec
java.lang.Object
systextil.integracao.xml.cte.TRetEnviCTe.InfRec
- Enclosing class:
TRetEnviCTe
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nRec" type="{http://www.portalfiscal.inf.br/cte}TRec"/>
<element name="dhRecbto" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="tMed">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<pattern value="[0-9]{1,4}"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected Stringprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dhRecbto property.getNRec()Gets the value of the nRec property.getTMed()Gets the value of the tMed property.voidsetDhRecbto(XMLGregorianCalendar value) Sets the value of the dhRecbto property.voidSets the value of the nRec property.voidsetTMed(BigInteger value) Sets the value of the tMed property.
-
Field Details
-
nRec
-
dhRecbto
-
tMed
-
-
Constructor Details
-
InfRec
public InfRec()
-
-
Method Details
-
getNRec
Gets the value of the nRec property.- Returns:
- possible object is
String
-
setNRec
Sets the value of the nRec property.- Parameters:
value- allowed object isString
-
getDhRecbto
Gets the value of the dhRecbto property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDhRecbto
Sets the value of the dhRecbto property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTMed
Gets the value of the tMed property.- Returns:
- possible object is
BigInteger
-
setTMed
Sets the value of the tMed property.- Parameters:
value- allowed object isBigInteger
-