org.w3._1999._02._22_rdf_syntax_ns_
Class RDF

java.lang.Object
  extended by org.w3._1999._02._22_rdf_syntax_ns_.RDF
All Implemented Interfaces:
Serializable

public class RDF
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">
       <sequence>
         <element ref="{http://www.w3.org/2002/07/owl#}Ontology" minOccurs="0"/>
         <element ref="{http://www.w3.org/2002/07/owl#}Class" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Class> clazz
           
protected  Ontology ontology
           
 
Constructor Summary
RDF()
           
 
Method Summary
 List<Class> getClazz()
          Gets the value of the clazz property.
 Ontology getOntology()
          Gets the value of the ontology property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 void setOntology(Ontology value)
          Sets the value of the ontology property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ontology

protected Ontology ontology

clazz

protected List<Class> clazz
Constructor Detail

RDF

public RDF()
Method Detail

getOntology

public Ontology getOntology()
Gets the value of the ontology property.

Returns:
possible object is Ontology

setOntology

public void setOntology(Ontology value)
Sets the value of the ontology property.

Parameters:
value - allowed object is Ontology

getClazz

public List<Class> getClazz()
Gets the value of the clazz 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 clazz property.

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

    getClazz().add(newItem);
 

Objects of the following type(s) are allowed in the list Class


getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.