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

public class Mapping 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="uiName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="brmName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • uiName

      protected String uiName
    • brmName

      protected String brmName
  • Constructor Details

    • Mapping

      public Mapping()
  • Method Details

    • getUiName

      public String getUiName()
      Gets the value of the uiName property.
      Returns:
      possible object is String
    • setUiName

      public void setUiName(String value)
      Sets the value of the uiName property.
      Parameters:
      value - allowed object is String
    • getBrmName

      public String getBrmName()
      Gets the value of the brmName property.
      Returns:
      possible object is String
    • setBrmName

      public void setBrmName(String value)
      Sets the value of the brmName property.
      Parameters:
      value - allowed object is String