public class TRACORSEC037Type extends Object implements Serializable
Java class for TRACORSEC037Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRACORSEC037Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NamTRACORSEC041" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="StrNumTRACORSEC043" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="PosCodTRACORSEC042" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="CitTRACORSEC038" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="CouCodTRACORSEC039" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="TRACORSEC037LNG" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="TINTRACORSEC044" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="TAXTRACORSEC045" type="{}TAXType" maxOccurs="9" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
citTRACORSEC038 |
protected String |
couCodTRACORSEC039 |
protected String |
namTRACORSEC041 |
protected String |
posCodTRACORSEC042 |
protected String |
strNumTRACORSEC043 |
protected List<TAXType> |
taxtracorsec045 |
protected String |
tintracorsec044 |
protected String |
tracorsec037LNG |
| Constructor and Description |
|---|
TRACORSEC037Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCitTRACORSEC038()
Gets the value of the citTRACORSEC038 property.
|
String |
getCouCodTRACORSEC039()
Gets the value of the couCodTRACORSEC039 property.
|
String |
getNamTRACORSEC041()
Gets the value of the namTRACORSEC041 property.
|
String |
getPosCodTRACORSEC042()
Gets the value of the posCodTRACORSEC042 property.
|
String |
getStrNumTRACORSEC043()
Gets the value of the strNumTRACORSEC043 property.
|
List<TAXType> |
getTAXTRACORSEC045()
Gets the value of the taxtracorsec045 property.
|
String |
getTINTRACORSEC044()
Gets the value of the tintracorsec044 property.
|
String |
getTRACORSEC037LNG()
Gets the value of the tracorsec037LNG property.
|
void |
setCitTRACORSEC038(String value)
Sets the value of the citTRACORSEC038 property.
|
void |
setCouCodTRACORSEC039(String value)
Sets the value of the couCodTRACORSEC039 property.
|
void |
setNamTRACORSEC041(String value)
Sets the value of the namTRACORSEC041 property.
|
void |
setPosCodTRACORSEC042(String value)
Sets the value of the posCodTRACORSEC042 property.
|
void |
setStrNumTRACORSEC043(String value)
Sets the value of the strNumTRACORSEC043 property.
|
void |
setTINTRACORSEC044(String value)
Sets the value of the tintracorsec044 property.
|
void |
setTRACORSEC037LNG(String value)
Sets the value of the tracorsec037LNG property.
|
protected String namTRACORSEC041
protected String strNumTRACORSEC043
protected String posCodTRACORSEC042
protected String citTRACORSEC038
protected String couCodTRACORSEC039
protected String tracorsec037LNG
protected String tintracorsec044
public String getNamTRACORSEC041()
Stringpublic void setNamTRACORSEC041(String value)
value - allowed object is
Stringpublic String getStrNumTRACORSEC043()
Stringpublic void setStrNumTRACORSEC043(String value)
value - allowed object is
Stringpublic String getPosCodTRACORSEC042()
Stringpublic void setPosCodTRACORSEC042(String value)
value - allowed object is
Stringpublic String getCitTRACORSEC038()
Stringpublic void setCitTRACORSEC038(String value)
value - allowed object is
Stringpublic String getCouCodTRACORSEC039()
Stringpublic void setCouCodTRACORSEC039(String value)
value - allowed object is
Stringpublic String getTRACORSEC037LNG()
Stringpublic void setTRACORSEC037LNG(String value)
value - allowed object is
Stringpublic String getTINTRACORSEC044()
Stringpublic void setTINTRACORSEC044(String value)
value - allowed object is
Stringpublic List<TAXType> getTAXTRACORSEC045()
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 taxtracorsec045 property.
For example, to add a new item, do as follows:
getTAXTRACORSEC045().add(newItem);
Objects of the following type(s) are allowed in the list
TAXType
Copyright © 2017. All Rights Reserved.