@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>
Modifier and Type | Field and Description |
---|---|
protected String |
desc
Deprecated.
|
protected String |
id
Deprecated.
|
protected String |
key
Deprecated.
|
protected String |
name
Deprecated.
|
protected List<Type> |
type
Deprecated.
|
Constructor and Description |
---|
ObjectStructure()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ObjectStructure()
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
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.