public class ITIType extends Object implements Serializable
Java class for ITIType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ITIType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CouOfRouCodITI1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
couOfRouCodITI1 |
| Constructor and Description |
|---|
ITIType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCouOfRouCodITI1()
Gets the value of the couOfRouCodITI1 property.
|
void |
setCouOfRouCodITI1(String value)
Sets the value of the couOfRouCodITI1 property.
|
Copyright © 2017. All Rights Reserved.