Class 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
    • Constructor Detail

      • Target

        public Target()
    • 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 is String
      • 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 is String
      • 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 is ExtensionType