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