Class Mapping
java.lang.Object
com.oracle.communications.brm.cc.model.Mapping
- 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="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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the brmName property.Gets the value of the uiName property.voidsetBrmName(String value) Sets the value of the brmName property.voidSets the value of the uiName property.
-
Field Details
-
uiName
-
brmName
-
-
Constructor Details
-
Mapping
public Mapping()
-
-
Method Details
-
getUiName
Gets the value of the uiName property.- Returns:
- possible object is
String
-
setUiName
Sets the value of the uiName property.- Parameters:
value- allowed object isString
-
getBrmName
Gets the value of the brmName property.- Returns:
- possible object is
String
-
setBrmName
Sets the value of the brmName property.- Parameters:
value- allowed object isString
-