Class TRetEnviCTe.InfRec

java.lang.Object
systextil.integracao.xml.cte.TRetEnviCTe.InfRec
Enclosing class:
TRetEnviCTe

public static class TRetEnviCTe.InfRec extends Object

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 Details

  • Constructor Details

    • InfRec

      public InfRec()
  • Method Details

    • getNRec

      public String getNRec()
      Gets the value of the nRec property.
      Returns:
      possible object is String
    • setNRec

      public void setNRec(String value)
      Sets the value of the nRec property.
      Parameters:
      value - allowed object is String
    • getDhRecbto

      public XMLGregorianCalendar getDhRecbto()
      Gets the value of the dhRecbto property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDhRecbto

      public void setDhRecbto(XMLGregorianCalendar value)
      Sets the value of the dhRecbto property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTMed

      public BigInteger getTMed()
      Gets the value of the tMed property.
      Returns:
      possible object is BigInteger
    • setTMed

      public void setTMed(BigInteger value)
      Sets the value of the tMed property.
      Parameters:
      value - allowed object is BigInteger