Class ServiceType

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

public class ServiceType extends Object

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 Details

  • Constructor Details

    • ServiceType

      public ServiceType()
  • 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
    • getVersions

      public VersionsType getVersions()
      Gets the value of the versions property.
      Returns:
      possible object is VersionsType
    • setVersions

      public void setVersions(VersionsType value)
      Sets the value of the versions property.
      Parameters:
      value - allowed object is VersionsType
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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