Class VersionType
java.lang.Object
de.gematik.ws.conn.servicedirectory.VersionType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected EndpointTypeprotected EndpointTypeprotected Stringprotected Stringprotected WSDLLocationType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the abstract property.Gets the value of the endpoint property.Gets the value of the endpointTLS property.Gets the value of the targetNamespace property.Gets the value of the version property.getWSDL()Gets the value of the wsdl property.voidsetAbstract(String value) Sets the value of the abstract property.voidsetEndpoint(EndpointType value) Sets the value of the endpoint property.voidsetEndpointTLS(EndpointType value) Sets the value of the endpointTLS property.voidsetTargetNamespace(String value) Sets the value of the targetNamespace property.voidsetVersion(String value) Sets the value of the version property.voidsetWSDL(WSDLLocationType value) Sets the value of the wsdl property.
-
Field Details
-
_abstract
-
endpoint
-
endpointTLS
-
wsdl
-
targetNamespace
-
version
-
-
Constructor Details
-
VersionType
public VersionType()
-
-
Method Details
-
getAbstract
Gets the value of the abstract property.- Returns:
- possible object is
String
-
setAbstract
Sets the value of the abstract property.- Parameters:
value- allowed object isString
-
getEndpoint
Gets the value of the endpoint property.- Returns:
- possible object is
EndpointType
-
setEndpoint
Sets the value of the endpoint property.- Parameters:
value- allowed object isEndpointType
-
getEndpointTLS
Gets the value of the endpointTLS property.- Returns:
- possible object is
EndpointType
-
setEndpointTLS
Sets the value of the endpointTLS property.- Parameters:
value- allowed object isEndpointType
-
getWSDL
Gets the value of the wsdl property.- Returns:
- possible object is
WSDLLocationType
-
setWSDL
Sets the value of the wsdl property.- Parameters:
value- allowed object isWSDLLocationType
-
getTargetNamespace
Gets the value of the targetNamespace property.- Returns:
- possible object is
String
-
setTargetNamespace
Sets the value of the targetNamespace property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-