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

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

Deprecated.

@Deprecated
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
          Deprecated.  
protected  List<Field> field
          Deprecated.  
protected  String id
          Deprecated.  
protected  String key
          Deprecated.  
 
Constructor Summary
State()
          Deprecated.  
 
Method Summary
 ConstraintDescriptor getConstraintDescriptor()
          Deprecated.  
 List<Field> getField()
          Deprecated. Gets the value of the field property.
 String getKey()
          Deprecated. Gets the value of the key property.
 void setConstraintDescriptor(ConstraintDescriptor constraintDescriptor)
          Deprecated.  
 void setField(List<Field> field)
          Deprecated.  
 void setKey(String value)
          Deprecated. 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

field

protected List<Field> field
Deprecated. 

id

protected String id
Deprecated. 

key

protected String key
Deprecated. 

constraintDescriptor

protected ConstraintDescriptor constraintDescriptor
Deprecated. 
Constructor Detail

State

public State()
Deprecated. 
Method Detail

getField

public List<Field> getField()
Deprecated. 
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()
Deprecated. 
Gets the value of the key property.

Returns:
possible object is String

setKey

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

Parameters:
value - allowed object is String

setField

public void setField(List<Field> field)
Deprecated. 

getConstraintDescriptor

public ConstraintDescriptor getConstraintDescriptor()
Deprecated. 
Returns:
the constraintDescriptor

setConstraintDescriptor

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


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