Class AbstractResourceDesc.Capabilities
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.AbstractResourceDesc.Capabilities
-
- Enclosing class:
- AbstractResourceDesc
public static class AbstractResourceDesc.Capabilities extends Object
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"> <sequence> <element name="PlaceHolder_CapabilityModelAsOWL" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="URL_importedOntology" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType> </element> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Capability" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractResourceDesc.Capabilities.PlaceHolderCapabilityModelAsOWL
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<Capability>
capability
protected AbstractResourceDesc.Capabilities.PlaceHolderCapabilityModelAsOWL
placeHolderCapabilityModelAsOWL
-
Constructor Summary
Constructors Constructor Description Capabilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Capability>
getCapability()
Gets the value of the capability property.AbstractResourceDesc.Capabilities.PlaceHolderCapabilityModelAsOWL
getPlaceHolderCapabilityModelAsOWL()
Gets the value of the placeHolderCapabilityModelAsOWL property.void
setPlaceHolderCapabilityModelAsOWL(AbstractResourceDesc.Capabilities.PlaceHolderCapabilityModelAsOWL value)
Sets the value of the placeHolderCapabilityModelAsOWL property.
-
-
-
Field Detail
-
placeHolderCapabilityModelAsOWL
protected AbstractResourceDesc.Capabilities.PlaceHolderCapabilityModelAsOWL placeHolderCapabilityModelAsOWL
-
capability
protected List<Capability> capability
-
-
Method Detail
-
getPlaceHolderCapabilityModelAsOWL
public AbstractResourceDesc.Capabilities.PlaceHolderCapabilityModelAsOWL getPlaceHolderCapabilityModelAsOWL()
Gets the value of the placeHolderCapabilityModelAsOWL property.- Returns:
- possible object is
AbstractResourceDesc.Capabilities.PlaceHolderCapabilityModelAsOWL
-
setPlaceHolderCapabilityModelAsOWL
public void setPlaceHolderCapabilityModelAsOWL(AbstractResourceDesc.Capabilities.PlaceHolderCapabilityModelAsOWL value)
Sets the value of the placeHolderCapabilityModelAsOWL property.- Parameters:
value
- allowed object isAbstractResourceDesc.Capabilities.PlaceHolderCapabilityModelAsOWL
-
getCapability
public List<Capability> getCapability()
Gets the value of the capability 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 capability property.For example, to add a new item, do as follows:
getCapability().add(newItem);
Objects of the following type(s) are allowed in the list
Capability
-
-