Class Target
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Target
-
- All Implemented Interfaces:
Serializable
public class Target extends Object implements Serializable
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_0RC1/2_0}String"/> <element name="protocol" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/> <element name="targetExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected Stringprotocolprotected ExtensionTypetargetExtension
-
Constructor Summary
Constructors Constructor Description Target()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.StringgetProtocol()Gets the value of the protocol property.ExtensionTypegetTargetExtension()Gets the value of the targetExtension property.voidsetAddress(String value)Sets the value of the address property.voidsetProtocol(String value)Sets the value of the protocol property.voidsetTargetExtension(ExtensionType value)Sets the value of the targetExtension property.
-
-
-
Field Detail
-
address
protected String address
-
protocol
protected String protocol
-
targetExtension
protected ExtensionType targetExtension
-
-
Method Detail
-
getAddress
public String getAddress()
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
public void setAddress(String value)
Sets the value of the address property.- Parameters:
value- allowed object isString
-
getProtocol
public String getProtocol()
Gets the value of the protocol property.- Returns:
- possible object is
String
-
setProtocol
public void setProtocol(String value)
Sets the value of the protocol property.- Parameters:
value- allowed object isString
-
getTargetExtension
public ExtensionType getTargetExtension()
Gets the value of the targetExtension property.- Returns:
- possible object is
ExtensionType
-
setTargetExtension
public void setTargetExtension(ExtensionType value)
Sets the value of the targetExtension property.- Parameters:
value- allowed object isExtensionType
-
-