public class TRACONSEC029Type extends Object implements Serializable
Java class for TRACONSEC029Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRACONSEC029Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NameTRACONSEC033" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="StrNumTRACONSEC035" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="PosCodTRACONSEC034" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="CitTRACONSEC030" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="CouCodTRACONSEC031" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="TRACONSEC029LNG" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="TINTRACONSEC036" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="TAXTRACONSEC037" type="{}TAXType" maxOccurs="9" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
citTRACONSEC030 |
protected String |
couCodTRACONSEC031 |
protected String |
nameTRACONSEC033 |
protected String |
posCodTRACONSEC034 |
protected String |
strNumTRACONSEC035 |
protected List<TAXType> |
taxtraconsec037 |
protected String |
tintraconsec036 |
protected String |
traconsec029LNG |
| Constructor and Description |
|---|
TRACONSEC029Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCitTRACONSEC030()
Gets the value of the citTRACONSEC030 property.
|
String |
getCouCodTRACONSEC031()
Gets the value of the couCodTRACONSEC031 property.
|
String |
getNameTRACONSEC033()
Gets the value of the nameTRACONSEC033 property.
|
String |
getPosCodTRACONSEC034()
Gets the value of the posCodTRACONSEC034 property.
|
String |
getStrNumTRACONSEC035()
Gets the value of the strNumTRACONSEC035 property.
|
List<TAXType> |
getTAXTRACONSEC037()
Gets the value of the taxtraconsec037 property.
|
String |
getTINTRACONSEC036()
Gets the value of the tintraconsec036 property.
|
String |
getTRACONSEC029LNG()
Gets the value of the traconsec029LNG property.
|
void |
setCitTRACONSEC030(String value)
Sets the value of the citTRACONSEC030 property.
|
void |
setCouCodTRACONSEC031(String value)
Sets the value of the couCodTRACONSEC031 property.
|
void |
setNameTRACONSEC033(String value)
Sets the value of the nameTRACONSEC033 property.
|
void |
setPosCodTRACONSEC034(String value)
Sets the value of the posCodTRACONSEC034 property.
|
void |
setStrNumTRACONSEC035(String value)
Sets the value of the strNumTRACONSEC035 property.
|
void |
setTINTRACONSEC036(String value)
Sets the value of the tintraconsec036 property.
|
void |
setTRACONSEC029LNG(String value)
Sets the value of the traconsec029LNG property.
|
protected String nameTRACONSEC033
protected String strNumTRACONSEC035
protected String posCodTRACONSEC034
protected String citTRACONSEC030
protected String couCodTRACONSEC031
protected String traconsec029LNG
protected String tintraconsec036
public String getNameTRACONSEC033()
Stringpublic void setNameTRACONSEC033(String value)
value - allowed object is
Stringpublic String getStrNumTRACONSEC035()
Stringpublic void setStrNumTRACONSEC035(String value)
value - allowed object is
Stringpublic String getPosCodTRACONSEC034()
Stringpublic void setPosCodTRACONSEC034(String value)
value - allowed object is
Stringpublic String getCitTRACONSEC030()
Stringpublic void setCitTRACONSEC030(String value)
value - allowed object is
Stringpublic String getCouCodTRACONSEC031()
Stringpublic void setCouCodTRACONSEC031(String value)
value - allowed object is
Stringpublic String getTRACONSEC029LNG()
Stringpublic void setTRACONSEC029LNG(String value)
value - allowed object is
Stringpublic String getTINTRACONSEC036()
Stringpublic void setTINTRACONSEC036(String value)
value - allowed object is
Stringpublic List<TAXType> getTAXTRACONSEC037()
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 taxtraconsec037 property.
For example, to add a new item, do as follows:
getTAXTRACONSEC037().add(newItem);
Objects of the following type(s) are allowed in the list
TAXType
Copyright © 2017. All Rights Reserved.