Class DocumentType


public class DocumentType extends DocumentType

Java class for DocumentType complex type.

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

 <complexType name="DocumentType">
   <complexContent>
     <extension base="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}DocumentType">
       <attribute name="ShortText" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • shortText

      protected String shortText
  • Constructor Details

    • DocumentType

      public DocumentType()
  • Method Details

    • getShortText

      public String getShortText()
      Gets the value of the shortText property.
      Returns:
      possible object is String
    • setShortText

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