Class TCTeOS.InfCte.InfCTeNorm.Cobr.Dup

java.lang.Object
systextil.integracao.xml.cte.TCTeOS.InfCte.InfCTeNorm.Cobr.Dup
Enclosing class:
TCTeOS.InfCte.InfCTeNorm.Cobr

public static class TCTeOS.InfCte.InfCTeNorm.Cobr.Dup 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="nDup" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <maxLength value="60"/>
                           <minLength value="1"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="dVenc" type="{http://www.portalfiscal.inf.br/cte}TData" minOccurs="0"/>
                 <element name="vDup" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • nDup

      protected String nDup
    • dVenc

      protected String dVenc
    • vDup

      protected String vDup
  • Constructor Details

    • Dup

      public Dup()
  • Method Details

    • getNDup

      public String getNDup()
      Obtem o valor da propriedade nDup.
      Returns:
      possible object is String
    • setNDup

      public void setNDup(String value)
      Define o valor da propriedade nDup.
      Parameters:
      value - allowed object is String
    • getDVenc

      public String getDVenc()
      Obtem o valor da propriedade dVenc.
      Returns:
      possible object is String
    • setDVenc

      public void setDVenc(String value)
      Define o valor da propriedade dVenc.
      Parameters:
      value - allowed object is String
    • getVDup

      public String getVDup()
      Obtem o valor da propriedade vDup.
      Returns:
      possible object is String
    • setVDup

      public void setVDup(String value)
      Define o valor da propriedade vDup.
      Parameters:
      value - allowed object is String