public class ProfileFields extends Extension implements Serializable
Java class for profileFields complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="profileFields">
<complexContent>
<extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
<sequence>
<element name="storableClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fields" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="integer"/>
<enumeration value="decimal"/>
<enumeration value="string"/>
<enumeration value="date"/>
</restriction>
</simpleType>
</element>
<element name="attribute" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="desc" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileFields.Fields
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ProfileFields.Fields> |
fields |
protected String |
storableClass |
| Constructor and Description |
|---|
ProfileFields() |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileFields.Fields> |
getFields()
Gets the value of the fields property.
|
String |
getStorableClass()
Gets the value of the storableClass property.
|
void |
setStorableClass(String value)
Sets the value of the storableClass property.
|
getExtension, setExtensionprotected String storableClass
protected List<ProfileFields.Fields> fields
public String getStorableClass()
Stringpublic void setStorableClass(String value)
value - allowed object is
Stringpublic List<ProfileFields.Fields> getFields()
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 fields property.
For example, to add a new item, do as follows:
getFields().add(newItem);
Objects of the following type(s) are allowed in the list
ProfileFields.Fields