Class TCTe.InfCte.VPrest

java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.VPrest
Enclosing class:
TCTe.InfCte

public static class TCTe.InfCte.VPrest extends Object

Classe Java de anonymous complex type.

O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.

 <complexType>
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="vTPrest" type="{http://www.portalfiscal.inf.br/cte}TDec_1302"/>
                 <element name="vRec" type="{http://www.portalfiscal.inf.br/cte}TDec_1302"/>
                 <element name="Comp" maxOccurs="unbounded" minOccurs="0">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="xNome">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                                 <maxLength value="15"/>
                                                 <minLength value="1"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="vComp" type="{http://www.portalfiscal.inf.br/cte}TDec_1302"/>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • VPrest

      public VPrest()
  • Method Details

    • getVTPrest

      public String getVTPrest()
      Obtem o valor da propriedade vtPrest.
      Returns:
      possible object is String
    • setVTPrest

      public void setVTPrest(String value)
      Define o valor da propriedade vtPrest.
      Parameters:
      value - allowed object is String
    • getVRec

      public String getVRec()
      Obtem o valor da propriedade vRec.
      Returns:
      possible object is String
    • setVRec

      public void setVRec(String value)
      Define o valor da propriedade vRec.
      Parameters:
      value - allowed object is String
    • getComp

      public List<TCTe.InfCte.VPrest.Comp> getComp()
      Gets the value of the comp property.

      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 comp property.

      For example, to add a new item, do as follows:

              getComp().add(newItem);
       

      Objects of the following type(s) are allowed in the list TCTe.InfCte.VPrest.Comp