org.w3._2000._01.rdf_schema_
Class SubClassOf

java.lang.Object
  extended by org.w3._2000._01.rdf_schema_.SubClassOf
All Implemented Interfaces:
Serializable

public class SubClassOf
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">
       <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}resource"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String resource
           
 
Constructor Summary
SubClassOf()
           
 
Method Summary
 String getResource()
          Gets the value of the resource property.
 void setResource(String value)
          Sets the value of the resource property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

protected String resource
Constructor Detail

SubClassOf

public SubClassOf()
Method Detail

getResource

public String getResource()
Gets the value of the resource property.

Returns:
possible object is String

setResource

public void setResource(String value)
Sets the value of the resource property.

Parameters:
value - allowed object is String


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