org.gedcomx.build.enunciate.rdf
Class RDFSchema.RDFDescription
java.lang.Object
org.gedcomx.build.enunciate.rdf.RDFSchema.RDFDescription
- Enclosing class:
- RDFSchema
public static class RDFSchema.RDFDescription
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFSchema.RDFDescription
public RDFSchema.RDFDescription()
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 © 2016. All rights reserved.