public class Target extends Object
Java class for Target complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Target">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="address" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="protocol" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="targetExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
protocol |
protected ExtensionType |
targetExtension |
| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getProtocol()
Gets the value of the protocol property.
|
ExtensionType |
getTargetExtension()
Gets the value of the targetExtension property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setTargetExtension(ExtensionType value)
Sets the value of the targetExtension property.
|
protected String address
protected String protocol
protected ExtensionType targetExtension
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic ExtensionType getTargetExtension()
ExtensionTypepublic void setTargetExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.