org.universAAL.middleware.deploymanager.uapp.model
Class OntologyType

Package class diagram package OntologyType
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.OntologyType
All Implemented Interfaces:
Serializable

public class OntologyType
extends Object
implements Serializable

Java class for ontologyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ontologyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="location">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice maxOccurs="3" minOccurs="0">
                   <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="runtimeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class OntologyType.Location
          Java class for anonymous complex type.
 
Field Summary
protected  OntologyType.Location location
           
protected  String name
           
protected  String uri
           
 
Constructor Summary
OntologyType()
           
 
Method Summary
 OntologyType.Location getLocation()
          Gets the value of the location property.
 String getName()
          Gets the value of the name property.
 String getUri()
          Gets the value of the uri property.
 boolean isSetLocation()
           
 boolean isSetName()
           
 boolean isSetUri()
           
 void setLocation(OntologyType.Location value)
          Sets the value of the location property.
 void setName(String value)
          Sets the value of the name property.
 void setUri(String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

uri

protected String uri

location

protected OntologyType.Location location
Constructor Detail

OntologyType

public OntologyType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getUri

public String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

isSetUri

public boolean isSetUri()

getLocation

public OntologyType.Location getLocation()
Gets the value of the location property.

Returns:
possible object is OntologyType.Location

setLocation

public void setLocation(OntologyType.Location value)
Sets the value of the location property.

Parameters:
value - allowed object is OntologyType.Location

isSetLocation

public boolean isSetLocation()


Copyright © 2014 universAAL Consortium. All Rights Reserved.