|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r1.common.dictionary.old.dto.ObjectStructure
@Deprecated public class ObjectStructure
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>
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 |
---|
protected String key
protected String id
protected List<Type> type
protected String name
protected String desc
Constructor Detail |
---|
public ObjectStructure()
Method Detail |
---|
public List<Type> getType()
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
public String getKey()
String
public void setKey(String value)
value
- allowed object is
String
public void setType(List<Type> type)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDesc()
public void setDesc(String desc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |