public class Classification extends BaseProperty implements Relation
Property
representing JAXR classification.Constructor and Description |
---|
Classification() |
Modifier and Type | Method and Description |
---|---|
CascadeStyle |
getCascadeStyle()
Returns the cascade stype for this relation.
|
java.lang.String |
getClassificationScheme()
Returns the classification scheme.
|
java.lang.String |
getConceptKey()
Returns the concepts key.
|
java.lang.String |
getConceptPath()
Returns the concept path.
|
Property |
getPropery()
Returns the underlying
Property instance. |
javax.xml.registry.infomodel.Concept |
getTargetConcept()
Returns the target concept.
|
void |
setCascadeStyle(CascadeStyle cascadeStyle)
Sets the cascade style for this relation.
|
void |
setClassificationScheme(java.lang.String classificationScheme)
Sets the classification scheme.
|
void |
setConceptKey(java.lang.String conceptKey)
Sets the concepts key.
|
void |
setConceptPath(java.lang.String conceptPath)
Sets the conceptPath.
|
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType
public CascadeStyle getCascadeStyle()
getCascadeStyle
in interface Relation
CascadeStyle
public void setCascadeStyle(CascadeStyle cascadeStyle)
setCascadeStyle
in interface Relation
cascadeStyle
- the cascade style for this relation.public Property getPropery()
Property
instance.getPropery
in interface Relation
Property
public java.lang.String getConceptKey()
public void setConceptKey(java.lang.String conceptKey)
conceptKey
- the concepts key.public java.lang.String getConceptPath()
public void setConceptPath(java.lang.String conceptPath)
conceptPath
- the conceptPath to setpublic java.lang.String getClassificationScheme()
public void setClassificationScheme(java.lang.String classificationScheme)
classificationScheme
- the classificationScheme to setpublic javax.xml.registry.infomodel.Concept getTargetConcept()