org.kuali.student.common.dictionary.old.dto
Class State

java.lang.Object
  extended by org.kuali.student.common.dictionary.old.dto.State
All Implemented Interfaces:
Serializable

public class State
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

field

protected List<Field> field

id

protected String id

key

protected String key

constraintDescriptor

protected ConstraintDescriptor constraintDescriptor
Constructor Detail

State

public State()
Method Detail

getField

public List<Field> getField()
Gets the value of the field property.

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


getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

setField

public void setField(List<Field> field)

getConstraintDescriptor

public ConstraintDescriptor getConstraintDescriptor()
Returns:
the constraintDescriptor

setConstraintDescriptor

public void setConstraintDescriptor(ConstraintDescriptor constraintDescriptor)
Parameters:
constraintDescriptor - the constraintDescriptor to set


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.