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

      • location

        protected String location
    • Constructor Detail

      • Schema

        public Schema()
    • Method Detail

      • 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