net.sf.csutils.core.model.vo
Class ROClassification

java.lang.Object
  extended by net.sf.csutils.core.model.vo.ROAttribute
      extended by net.sf.csutils.core.model.vo.ROClassification

public class ROClassification
extends ROAttribute

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

attributeKey

protected java.lang.String attributeKey

taxonomy

protected java.lang.String taxonomy
Constructor Detail

ROClassification

public ROClassification()
Method Detail

getAttributeKey

public java.lang.String getAttributeKey()
Gets the value of the attributeKey property.

Returns:
possible object is String

setAttributeKey

public void setAttributeKey(java.lang.String value)
Sets the value of the attributeKey property.

Parameters:
value - allowed object is String

getTaxonomy

public java.lang.String getTaxonomy()
Gets the value of the taxonomy property.

Returns:
possible object is String

setTaxonomy

public void setTaxonomy(java.lang.String value)
Sets the value of the taxonomy property.

Parameters:
value - allowed object is String


Copyright © 2009-2010. All Rights Reserved.