Class DDObjectSpec
java.lang.Object
com.oracle.communications.brm.cc.model.DDObjectSpec
- All Implemented Interfaces:
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 name="className" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="status" 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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe storable class name.getDescr()
The storable class description.Gets the value of the fields property.getLabel()
The storable class label.The status of the storable class.void
setClassName
(String value) Sets the value of the className property.void
Sets the value of the descr property.void
Sets the value of the label property.void
Sets the value of the status property.
-
Field Details
-
className
The storable class name. -
status
The status of the storable class. -
descr
The storable class description. -
label
The storable class label. -
fields
-
-
Constructor Details
-
DDObjectSpec
public DDObjectSpec()
-
-
Method Details
-
getClassName
The storable class name.- Returns:
- possible object is
String
-
setClassName
Sets the value of the className property.- Parameters:
value
- allowed object isString
- See Also:
-
getStatus
The status of the storable class.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
- See Also:
-
getDescr
The storable class description.- Returns:
- possible object is
String
-
setDescr
Sets the value of the descr property.- Parameters:
value
- allowed object isString
- See Also:
-
getLabel
The storable class label.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value
- allowed object isString
- See Also:
-
getFields
Gets the value of the fields 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 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
- Returns:
- The value of the fields property.
-