Class VersionType

java.lang.Object
de.gematik.ws.conn.servicedirectory.VersionType

public class VersionType extends Object

Java class for VersionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="VersionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ws.gematik.de/conn/ServiceInformation/v2.0}Abstract"/>
         <element name="Endpoint" type="{http://ws.gematik.de/conn/ServiceInformation/v2.0}EndpointType" minOccurs="0"/>
         <element name="EndpointTLS" type="{http://ws.gematik.de/conn/ServiceInformation/v2.0}EndpointType"/>
         <element name="WSDL" type="{http://ws.gematik.de/conn/ServiceInformation/v2.0}WSDLLocationType" minOccurs="0"/>
       </sequence>
       <attribute name="TargetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="Version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • VersionType

      public VersionType()
  • Method Details

    • getAbstract

      public String getAbstract()
      Gets the value of the abstract property.
      Returns:
      possible object is String
    • setAbstract

      public void setAbstract(String value)
      Sets the value of the abstract property.
      Parameters:
      value - allowed object is String
    • getEndpoint

      public EndpointType getEndpoint()
      Gets the value of the endpoint property.
      Returns:
      possible object is EndpointType
    • setEndpoint

      public void setEndpoint(EndpointType value)
      Sets the value of the endpoint property.
      Parameters:
      value - allowed object is EndpointType
    • getEndpointTLS

      public EndpointType getEndpointTLS()
      Gets the value of the endpointTLS property.
      Returns:
      possible object is EndpointType
    • setEndpointTLS

      public void setEndpointTLS(EndpointType value)
      Sets the value of the endpointTLS property.
      Parameters:
      value - allowed object is EndpointType
    • getWSDL

      public WSDLLocationType getWSDL()
      Gets the value of the wsdl property.
      Returns:
      possible object is WSDLLocationType
    • setWSDL

      public void setWSDL(WSDLLocationType value)
      Sets the value of the wsdl property.
      Parameters:
      value - allowed object is WSDLLocationType
    • getTargetNamespace

      public String getTargetNamespace()
      Gets the value of the targetNamespace property.
      Returns:
      possible object is String
    • setTargetNamespace

      public void setTargetNamespace(String value)
      Sets the value of the targetNamespace property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String