|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.csutils.core.model.vo.ROAttribute net.sf.csutils.core.model.vo.ROClassification
public class ROClassification
Java class for ROClassification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ROClassification"> <complexContent> <extension base="{http://namespaces.csutils.sf.net/model}ROAttribute"> <attribute name="attributeKey" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="taxonomy" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
attributeKey
|
protected java.lang.String |
taxonomy
|
Fields inherited from class net.sf.csutils.core.model.vo.ROAttribute |
---|
maxOccurs, minOccurs, name |
Constructor Summary | |
---|---|
ROClassification()
|
Method Summary | |
---|---|
java.lang.String |
getAttributeKey()
Gets the value of the attributeKey property. |
java.lang.String |
getTaxonomy()
Gets the value of the taxonomy property. |
void |
setAttributeKey(java.lang.String value)
Sets the value of the attributeKey property. |
void |
setTaxonomy(java.lang.String value)
Sets the value of the taxonomy property. |
Methods inherited from class net.sf.csutils.core.model.vo.ROAttribute |
---|
getMaxOccurs, getMinOccurs, getName, setMaxOccurs, setMinOccurs, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String attributeKey
protected java.lang.String taxonomy
Constructor Detail |
---|
public ROClassification()
Method Detail |
---|
public java.lang.String getAttributeKey()
String
public void setAttributeKey(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTaxonomy()
String
public void setTaxonomy(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |