Class TDifCBS

java.lang.Object
systextil.integracao.xml.cte.TDifCBS

public class TDifCBS extends Object
Tipo Diferimento

Classe Java de TDifCBS complex type.

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


 <complexType name="TDifCBS">
   <complexContent>
	 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
	   <sequence>
		 <element name="pDif" type="{}TDec_0302_04"/>
		 <element name="vDif" type="{}TDec1302"/>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • pDif

      protected String pDif
      Percentual do diferimento
    • vDif

      protected String vDif
      Valor do diferimento
  • Constructor Details

    • TDifCBS

      public TDifCBS()
  • Method Details

    • getPDif

      public String getPDif()
      Percentual do diferimento
      Returns:
      possible object is String
    • setPDif

      public void setPDif(String value)
      Define o valor da propriedade pDif.
      Parameters:
      value - allowed object is String
      See Also:
    • getVDif

      public String getVDif()
      Valor do diferimento
      Returns:
      possible object is String
    • setVDif

      public void setVDif(String value)
      Define o valor da propriedade vDif.
      Parameters:
      value - allowed object is String
      See Also: