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

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

Deprecated.

@Deprecated
public class ObjectStructure
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}type" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="objectTypeKey" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String desc
          Deprecated.  
protected  String id
          Deprecated.  
protected  String key
          Deprecated.  
protected  String name
          Deprecated.  
protected  List<Type> type
          Deprecated.  
 
Constructor Summary
ObjectStructure()
          Deprecated.  
 
Method Summary
 String getDesc()
          Deprecated.  
 String getId()
          Deprecated.  
 String getKey()
          Deprecated. Gets the value of the key property.
 String getName()
          Deprecated.  
 List<Type> getType()
          Deprecated. Gets the value of the type property.
 void setDesc(String desc)
          Deprecated.  
 void setId(String id)
          Deprecated.  
 void setKey(String value)
          Deprecated. Sets the value of the key property.
 void setName(String name)
          Deprecated.  
 void setType(List<Type> type)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key
Deprecated. 

id

protected String id
Deprecated. 

type

protected List<Type> type
Deprecated. 

name

protected String name
Deprecated. 

desc

protected String desc
Deprecated. 
Constructor Detail

ObjectStructure

public ObjectStructure()
Deprecated. 
Method Detail

getType

public List<Type> getType()
Deprecated. 
Gets the value of the type 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 type property.

For example, to add a new item, do as follows:

    getType().add(newItem);
 

Objects of the following type(s) are allowed in the list Type


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

setType

public void setType(List<Type> type)
Deprecated. 

getId

public String getId()
Deprecated. 

setId

public void setId(String id)
Deprecated. 

getName

public String getName()
Deprecated. 

setName

public void setName(String name)
Deprecated. 

getDesc

public String getDesc()
Deprecated. 

setDesc

public void setDesc(String desc)
Deprecated. 


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