Class TLocal

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

public class TLocal extends Object
Tipo Dados do Local de Origem ou Destino

Java class for TLocal complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TLocal">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="cMun" type="{http://www.portalfiscal.inf.br/cte}TCodMunIBGE"/>
                 <element name="xMun">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <maxLength value="60"/>
                           <minLength value="1"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="UF" type="{http://www.portalfiscal.inf.br/cte}TUf"/>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cMun

      protected String cMun
    • xMun

      protected String xMun
    • uf

      protected TUf uf
  • Constructor Details

    • TLocal

      public TLocal()
  • Method Details

    • getCMun

      public String getCMun()
      Gets the value of the cMun property.
      Returns:
      possible object is String
    • setCMun

      public void setCMun(String value)
      Sets the value of the cMun property.
      Parameters:
      value - allowed object is String
    • getXMun

      public String getXMun()
      Gets the value of the xMun property.
      Returns:
      possible object is String
    • setXMun

      public void setXMun(String value)
      Sets the value of the xMun property.
      Parameters:
      value - allowed object is String
    • getUF

      public TUf getUF()
      Gets the value of the uf property.
      Returns:
      possible object is TUf
    • setUF

      public void setUF(TUf value)
      Sets the value of the uf property.
      Parameters:
      value - allowed object is TUf