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

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

public static class OntologyType.Location
extends Object
implements Serializable

Java class for anonymous complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  List<JAXBElement<?>> pathOrRuntimeIdOrUrl
           
 
Constructor Summary
OntologyType.Location()
           
 
Method Summary
 List<JAXBElement<?>> getPathOrRuntimeIdOrUrl()
          Gets the value of the pathOrRuntimeIdOrUrl property.
 boolean isSetPathOrRuntimeIdOrUrl()
           
 void unsetPathOrRuntimeIdOrUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pathOrRuntimeIdOrUrl

protected List<JAXBElement<?>> pathOrRuntimeIdOrUrl
Constructor Detail

OntologyType.Location

public OntologyType.Location()
Method Detail

getPathOrRuntimeIdOrUrl

public List<JAXBElement<?>> getPathOrRuntimeIdOrUrl()
Gets the value of the pathOrRuntimeIdOrUrl property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the pathOrRuntimeIdOrUrl property.

For example, to add a new item, do as follows:

    getPathOrRuntimeIdOrUrl().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String> JAXBElement<Object>


isSetPathOrRuntimeIdOrUrl

public boolean isSetPathOrRuntimeIdOrUrl()

unsetPathOrRuntimeIdOrUrl

public void unsetPathOrRuntimeIdOrUrl()


Copyright © 2014 universAAL Consortium. All Rights Reserved.