Class SchemaModel

java.lang.Object
org.citrusframework.model.config.core.SchemaModel

public class SchemaModel extends Object
Schema resource properties.

Java-Klasse für SchemaType complex type.

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


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

    • id

      protected String id
    • location

      protected String location
  • Constructor Details

    • SchemaModel

      public SchemaModel()
  • Method Details

    • getId

      public String getId()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • 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