Class 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>
     
    • Constructor Detail

      • SchemaModel

        public SchemaModel()
    • Method Detail

      • 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