Class SchemaCollectionModel.Schemas.Schema

java.lang.Object
org.citrusframework.model.config.core.SchemaCollectionModel.Schemas.Schema
Enclosing class:
SchemaCollectionModel.Schemas

public static class SchemaCollectionModel.Schemas.Schema 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="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • location

      protected String location
  • Constructor Details

    • Schema

      public Schema()
  • Method Details

    • getLocation

      public String getLocation()
      Ruft den Wert der location-Eigenschaft ab.
      Returns:
      possible object is String
    • setLocation

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