org.gedcomx.build.enunciate.rdf
Class RDFSchema.RDFDescription

java.lang.Object
  extended by org.gedcomx.build.enunciate.rdf.RDFSchema.RDFDescription
Enclosing class:
RDFSchema

public static class RDFSchema.RDFDescription
extends Object


Constructor Summary
RDFSchema.RDFDescription()
           
 
Method Summary
 void addComment(String comment)
           
 void addSubClassOf(String resource)
           
 String getAbout()
           
 com.sun.mirror.declaration.Declaration getAssociatedDeclaration()
           
 Set<String> getComments()
           
 Set<String> getDomain()
           
 String getIsDefinedBy()
           
 String getLabel()
           
 Set<String> getRange()
           
 Set<String> getSubClassOf()
           
 Set<String> getSubPropertyOf()
           
 String getType()
           
 boolean isClassDescription()
           
 boolean isLiteral()
           
 boolean isPropertyDescription()
           
 void setAbout(String about)
           
 void setAssociatedDeclaration(com.sun.mirror.declaration.Declaration associatedDeclaration)
           
 void setComments(Set<String> comments)
           
 void setDomain(Set<String> domain)
           
 void setIsDefinedBy(String definedBy)
           
 void setLabel(String label)
           
 void setRange(Set<String> range)
           
 void setSubClassOf(Set<String> subClassOf)
           
 void setSubPropertyOf(Set<String> subPropertyOf)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFSchema.RDFDescription

public RDFSchema.RDFDescription()
Method Detail

getAbout

public String getAbout()

setAbout

public void setAbout(String about)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getComments

public Set<String> getComments()

setComments

public void setComments(Set<String> comments)

addComment

public void addComment(String comment)

getIsDefinedBy

public String getIsDefinedBy()

setIsDefinedBy

public void setIsDefinedBy(String definedBy)

getType

public String getType()

setType

public void setType(String type)

getSubClassOf

public Set<String> getSubClassOf()

setSubClassOf

public void setSubClassOf(Set<String> subClassOf)

addSubClassOf

public void addSubClassOf(String resource)

getSubPropertyOf

public Set<String> getSubPropertyOf()

setSubPropertyOf

public void setSubPropertyOf(Set<String> subPropertyOf)

getRange

public Set<String> getRange()

setRange

public void setRange(Set<String> range)

getDomain

public Set<String> getDomain()

setDomain

public void setDomain(Set<String> domain)

getAssociatedDeclaration

public com.sun.mirror.declaration.Declaration getAssociatedDeclaration()

setAssociatedDeclaration

public void setAssociatedDeclaration(com.sun.mirror.declaration.Declaration associatedDeclaration)

isClassDescription

public boolean isClassDescription()

isPropertyDescription

public boolean isPropertyDescription()

isLiteral

public boolean isLiteral()


Copyright © 2015. All rights reserved.