public class DDObjectSpecFields extends Object implements Serializable
Java class for dDObjectSpecFields complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dDObjectSpecFields">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fieldType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="smItemName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="descr" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fields" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}dDObjectSpecFields" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
descr |
protected String |
fieldName |
protected List<DDObjectSpecFields> |
fields |
protected String |
fieldType |
protected String |
label |
protected String |
smItemName |
| Constructor and Description |
|---|
DDObjectSpecFields() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescr()
Gets the value of the descr property.
|
String |
getFieldName()
Gets the value of the fieldName property.
|
List<DDObjectSpecFields> |
getFields()
Gets the value of the fields property.
|
String |
getFieldType()
Gets the value of the fieldType property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getSmItemName()
Gets the value of the smItemName property.
|
void |
setDescr(String value)
Sets the value of the descr property.
|
void |
setFieldName(String value)
Sets the value of the fieldName property.
|
void |
setFieldType(String value)
Sets the value of the fieldType property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setSmItemName(String value)
Sets the value of the smItemName property.
|
protected String fieldName
protected String fieldType
protected String smItemName
protected String descr
protected String label
protected List<DDObjectSpecFields> fields
public String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic String getFieldType()
Stringpublic void setFieldType(String value)
value - allowed object is
Stringpublic String getSmItemName()
Stringpublic void setSmItemName(String value)
value - allowed object is
Stringpublic String getDescr()
Stringpublic void setDescr(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic List<DDObjectSpecFields> 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
DDObjectSpecFields