Class ServiceType
java.lang.Object
de.gematik.ws.conn.servicedirectory.ServiceType
Java class for ServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/ServiceInformation/v2.0}Abstract"/>
<element name="Versions" type="{http://ws.gematik.de/conn/ServiceInformation/v2.0}VersionsType"/>
</sequence>
<attribute name="Name" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the abstract property.getName()Gets the value of the name property.Gets the value of the versions property.voidsetAbstract(String value) Sets the value of the abstract property.voidSets the value of the name property.voidsetVersions(VersionsType value) Sets the value of the versions property.
-
Field Details
-
_abstract
-
versions
-
name
-
-
Constructor Details
-
ServiceType
public ServiceType()
-
-
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
-
getVersions
Gets the value of the versions property.- Returns:
- possible object is
VersionsType
-
setVersions
Sets the value of the versions property.- Parameters:
value- allowed object isVersionsType
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-