public class RESOFCONROCType extends Object implements Serializable
Java class for RESOFCONROCType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RESOFCONROCType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DesROC2" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="140"/>
</restriction>
</simpleType>
</element>
<element name="DesROC2LNG" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="ConIndROC1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="PoiToTheAttROC51" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conIndROC1 |
protected String |
desROC2 |
protected String |
desROC2LNG |
protected String |
poiToTheAttROC51 |
| Constructor and Description |
|---|
RESOFCONROCType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConIndROC1()
Gets the value of the conIndROC1 property.
|
String |
getDesROC2()
Gets the value of the desROC2 property.
|
String |
getDesROC2LNG()
Gets the value of the desROC2LNG property.
|
String |
getPoiToTheAttROC51()
Gets the value of the poiToTheAttROC51 property.
|
void |
setConIndROC1(String value)
Sets the value of the conIndROC1 property.
|
void |
setDesROC2(String value)
Sets the value of the desROC2 property.
|
void |
setDesROC2LNG(String value)
Sets the value of the desROC2LNG property.
|
void |
setPoiToTheAttROC51(String value)
Sets the value of the poiToTheAttROC51 property.
|
protected String desROC2
protected String desROC2LNG
protected String conIndROC1
protected String poiToTheAttROC51
public String getDesROC2()
Stringpublic void setDesROC2(String value)
value - allowed object is
Stringpublic String getDesROC2LNG()
Stringpublic void setDesROC2LNG(String value)
value - allowed object is
Stringpublic String getConIndROC1()
Stringpublic void setConIndROC1(String value)
value - allowed object is
Stringpublic String getPoiToTheAttROC51()
StringCopyright © 2017. All Rights Reserved.