Class DataDictionaryType.MappingFile

java.lang.Object
org.citrusframework.model.config.core.DataDictionaryType.MappingFile
Enclosing class:
DataDictionaryType

public static class DataDictionaryType.MappingFile extends Object

Java-Klasse für anonymous complex type.

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


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • path

      protected String path
  • Constructor Details

    • MappingFile

      public MappingFile()
  • Method Details

    • getPath

      public String getPath()
      Ruft den Wert der path-Eigenschaft ab.
      Returns:
      possible object is String
    • setPath

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