public class PROTOCOLType extends Object
Java class for PROTOCOLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PROTOCOLType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="address" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
name |
| Constructor and Description |
|---|
PROTOCOLType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAddress()
StringCopyright © 2022. All rights reserved.