Package org.proforma

Class FeedbackType.Content

java.lang.Object
org.proforma.FeedbackType.Content
Enclosing class:
FeedbackType

public static class FeedbackType.Content extends Object

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="format" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="html"/>
             <enumeration value="plaintext"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • content

      protected String content
    • format

      protected String format
  • Constructor Details

    • Content

      public Content()
  • Method Details

    • getContent

      public String getContent()
      Ruft den Wert der value-Eigenschaft ab.
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Legt den Wert der value-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getFormat

      public String getFormat()
      Ruft den Wert der format-Eigenschaft ab.
      Returns:
      possible object is String
    • setFormat

      public void setFormat(String value)
      Legt den Wert der format-Eigenschaft fest.
      Parameters:
      value - allowed object is String