Class LocationDetails
java.lang.Object
com.oracle.communications.brm.cc.model.LocationDetails
- All Implemented Interfaces:
Serializable
Java class for locationDetails complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="locationDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="zoneMapTarget" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="zoneMapName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA locale.The zonemap's name.The target zonemap.void
Sets the value of the locale property.void
setZoneMapName
(String value) Sets the value of the zoneMapName property.void
setZoneMapTarget
(String value) Sets the value of the zoneMapTarget property.
-
Field Details
-
locale
A locale. -
zoneMapTarget
The target zonemap. -
zoneMapName
The zonemap's name.
-
-
Constructor Details
-
LocationDetails
public LocationDetails()
-
-
Method Details
-
getLocale
A locale.- Returns:
- possible object is
String
-
setLocale
Sets the value of the locale property.- Parameters:
value
- allowed object isString
- See Also:
-
getZoneMapTarget
The target zonemap.- Returns:
- possible object is
String
-
setZoneMapTarget
Sets the value of the zoneMapTarget property.- Parameters:
value
- allowed object isString
- See Also:
-
getZoneMapName
The zonemap's name.- Returns:
- possible object is
String
-
setZoneMapName
Sets the value of the zoneMapName property.- Parameters:
value
- allowed object isString
- See Also:
-