| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.common.dictionary.old.dto.State
public class State
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.dto.dictionary.student.kuali.org}field" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
| protected  ConstraintDescriptor | constraintDescriptor | 
| protected  List<Field> | field | 
| protected  String | id | 
| protected  String | key | 
| private static long | serialVersionUID | 
| Constructor Summary | |
|---|---|
| State() | |
| Method Summary | |
|---|---|
|  ConstraintDescriptor | getConstraintDescriptor() | 
|  List<Field> | getField()Gets the value of the field property. | 
|  String | getKey()Gets the value of the key property. | 
|  void | setConstraintDescriptor(ConstraintDescriptor constraintDescriptor) | 
|  void | setField(List<Field> field) | 
|  void | setKey(String value)Sets the value of the key property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private static final long serialVersionUID
protected List<Field> field
protected String id
protected String key
protected ConstraintDescriptor constraintDescriptor
| Constructor Detail | 
|---|
public State()
| Method Detail | 
|---|
public List<Field> getField()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the field property.
 
 
For example, to add a new item, do as follows:
    getField().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Field
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
     Stringpublic void setField(List<Field> field)
public ConstraintDescriptor getConstraintDescriptor()
public void setConstraintDescriptor(ConstraintDescriptor constraintDescriptor)
constraintDescriptor - the constraintDescriptor to set| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||