public class TRAPRIPC1Type extends Object implements Serializable
Java class for TRAPRIPC1Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRAPRIPC1Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NamPC17" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="StrAndNumPC122" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="PosCodPC123" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="CitPC124" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="CouPC125" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="NADLNGPC" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="TINPC159" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="HITPC126" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="TAXPC159" type="{}TAXType" maxOccurs="9" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
citPC124 |
protected String |
couPC125 |
protected String |
hitpc126 |
protected String |
nadlngpc |
protected String |
namPC17 |
protected String |
posCodPC123 |
protected String |
strAndNumPC122 |
protected List<TAXType> |
taxpc159 |
protected String |
tinpc159 |
| Constructor and Description |
|---|
TRAPRIPC1Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCitPC124()
Gets the value of the citPC124 property.
|
String |
getCouPC125()
Gets the value of the couPC125 property.
|
String |
getHITPC126()
Gets the value of the hitpc126 property.
|
String |
getNADLNGPC()
Gets the value of the nadlngpc property.
|
String |
getNamPC17()
Gets the value of the namPC17 property.
|
String |
getPosCodPC123()
Gets the value of the posCodPC123 property.
|
String |
getStrAndNumPC122()
Gets the value of the strAndNumPC122 property.
|
List<TAXType> |
getTAXPC159()
Gets the value of the taxpc159 property.
|
String |
getTINPC159()
Gets the value of the tinpc159 property.
|
void |
setCitPC124(String value)
Sets the value of the citPC124 property.
|
void |
setCouPC125(String value)
Sets the value of the couPC125 property.
|
void |
setHITPC126(String value)
Sets the value of the hitpc126 property.
|
void |
setNADLNGPC(String value)
Sets the value of the nadlngpc property.
|
void |
setNamPC17(String value)
Sets the value of the namPC17 property.
|
void |
setPosCodPC123(String value)
Sets the value of the posCodPC123 property.
|
void |
setStrAndNumPC122(String value)
Sets the value of the strAndNumPC122 property.
|
void |
setTINPC159(String value)
Sets the value of the tinpc159 property.
|
protected String namPC17
protected String strAndNumPC122
protected String posCodPC123
protected String citPC124
protected String couPC125
protected String nadlngpc
protected String tinpc159
protected String hitpc126
public String getNamPC17()
Stringpublic void setNamPC17(String value)
value - allowed object is
Stringpublic String getStrAndNumPC122()
Stringpublic void setStrAndNumPC122(String value)
value - allowed object is
Stringpublic String getPosCodPC123()
Stringpublic void setPosCodPC123(String value)
value - allowed object is
Stringpublic String getCitPC124()
Stringpublic void setCitPC124(String value)
value - allowed object is
Stringpublic String getCouPC125()
Stringpublic void setCouPC125(String value)
value - allowed object is
Stringpublic String getNADLNGPC()
Stringpublic void setNADLNGPC(String value)
value - allowed object is
Stringpublic String getTINPC159()
Stringpublic void setTINPC159(String value)
value - allowed object is
Stringpublic String getHITPC126()
Stringpublic void setHITPC126(String value)
value - allowed object is
Stringpublic List<TAXType> getTAXPC159()
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 taxpc159 property.
For example, to add a new item, do as follows:
getTAXPC159().add(newItem);
Objects of the following type(s) are allowed in the list
TAXType
Copyright © 2017. All Rights Reserved.