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

java.lang.Object
  extended by net.sf.csutils.core.model.vo.ROAttribute
Direct Known Subclasses:
ROClassification, ROFile, RORelation, ROSlot

public class ROAttribute
extends java.lang.Object

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

maxOccurs

protected java.lang.String maxOccurs

minOccurs

protected java.lang.Integer minOccurs

name

protected java.lang.String name
Constructor Detail

ROAttribute

public ROAttribute()
Method Detail

getMaxOccurs

public java.lang.String getMaxOccurs()
Gets the value of the maxOccurs property.

Returns:
possible object is String

setMaxOccurs

public void setMaxOccurs(java.lang.String value)
Sets the value of the maxOccurs property.

Parameters:
value - allowed object is String

getMinOccurs

public int getMinOccurs()
Gets the value of the minOccurs property.

Returns:
possible object is Integer

setMinOccurs

public void setMinOccurs(java.lang.Integer value)
Sets the value of the minOccurs property.

Parameters:
value - allowed object is Integer

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2009-2010. All Rights Reserved.