Class LocationDetails

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

public class LocationDetails extends Object implements 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 Details

    • locale

      protected String locale
      A locale.
    • zoneMapTarget

      protected String zoneMapTarget
      The target zonemap.
    • zoneMapName

      protected String zoneMapName
      The zonemap's name.
  • Constructor Details

    • LocationDetails

      public LocationDetails()
  • Method Details

    • getLocale

      public String getLocale()
      A locale.
      Returns:
      possible object is String
    • setLocale

      public void setLocale(String value)
      Sets the value of the locale property.
      Parameters:
      value - allowed object is String
      See Also:
    • getZoneMapTarget

      public String getZoneMapTarget()
      The target zonemap.
      Returns:
      possible object is String
    • setZoneMapTarget

      public void setZoneMapTarget(String value)
      Sets the value of the zoneMapTarget property.
      Parameters:
      value - allowed object is String
      See Also:
    • getZoneMapName

      public String getZoneMapName()
      The zonemap's name.
      Returns:
      possible object is String
    • setZoneMapName

      public void setZoneMapName(String value)
      Sets the value of the zoneMapName property.
      Parameters:
      value - allowed object is String
      See Also: