Class DDObjectSpec

java.lang.Object
com.oracle.communications.brm.cc.model.DDObjectSpec
All Implemented Interfaces:
Serializable

public class DDObjectSpec 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 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 Details

    • className

      protected String className
      The storable class name.
    • status

      protected String status
      The status of the storable class.
    • descr

      protected String descr
      The storable class description.
    • label

      protected String label
      The storable class label.
    • fields

      protected List<DDObjectSpecFields> fields
  • Constructor Details

    • DDObjectSpec

      public DDObjectSpec()
  • Method Details

    • getClassName

      public String getClassName()
      The storable class name.
      Returns:
      possible object is String
    • setClassName

      public void setClassName(String value)
      Sets the value of the className property.
      Parameters:
      value - allowed object is String
      See Also:
    • getStatus

      public String getStatus()
      The status of the storable class.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      See Also:
    • getDescr

      public String getDescr()
      The storable class description.
      Returns:
      possible object is String
    • setDescr

      public void setDescr(String value)
      Sets the value of the descr property.
      Parameters:
      value - allowed object is String
      See Also:
    • getLabel

      public String getLabel()
      The storable class label.
      Returns:
      possible object is String
    • setLabel

      public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
      See Also:
    • getFields

      public List<DDObjectSpecFields> 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.