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

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

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
           
protected  String id
           
protected  String key
           
protected  String name
           
private static long serialVersionUID
           
protected  List<Type> type
           
 
Constructor Summary
ObjectStructure()
           
 
Method Summary
 String getDesc()
           
 String getId()
           
 String getKey()
          Gets the value of the key property.
 String getName()
           
 List<Type> getType()
          Gets the value of the type property.
 void setDesc(String desc)
           
 void setId(String id)
           
 void setKey(String value)
          Sets the value of the key property.
 void setName(String name)
           
 void setType(List<Type> type)
           
 
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

key

protected String key

id

protected String id

type

protected List<Type> type

name

protected String name

desc

protected String desc
Constructor Detail

ObjectStructure

public ObjectStructure()
Method Detail

getType

public List<Type> getType()
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()
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

setType

public void setType(List<Type> type)

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getDesc

public String getDesc()

setDesc

public void setDesc(String desc)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.