Class CockpitLocales


  • public class CockpitLocales
    extends java.lang.Object

    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 maxOccurs="unbounded" minOccurs="0">
             <element name="cockpit-locale" type="{http://www.hybris.com/cockpitng/config/availableLocales}cockpit-locale"
             maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • cockpitLocale

        protected java.util.List<CockpitLocale> cockpitLocale
    • Constructor Detail

      • CockpitLocales

        public CockpitLocales()
    • Method Detail

      • getCockpitLocale

        public java.util.List<CockpitLocale> getCockpitLocale()
        Gets the value of the cockpitLocale 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 cockpitLocale property.

        For example, to add a new item, do as follows:

         getCockpitLocale().add(newItem);
         

        Objects of the following type(s) are allowed in the list CockpitLocale

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object