public class

Locale

extends Object
java.lang.Object
   ↳ org.sunsystems.ssc.componentexecutor.definition.Locale

Class Overview

Java class for Locale complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Locale">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Default" type="{http://systemsunion.com/connect/webservices/}Locale" minOccurs="0"/>
         <element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Instance" type="{http://systemsunion.com/connect/webservices/}Locale" minOccurs="0"/>
         <element name="AvailableLocales" type="{http://systemsunion.com/connect/webservices/}ArrayOfString" minOccurs="0"/>
         <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayVariant" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayVariant" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ISO3Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ISO3Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ISOCountries" type="{http://systemsunion.com/connect/webservices/}ArrayOfString" minOccurs="0"/>
         <element name="ISOLanguages" type="{http://systemsunion.com/connect/webservices/}ArrayOfString" minOccurs="0"/>
         <element name="Variant" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<JAXBElement<?>> content
Public Constructors
Locale()
Public Methods
List<JAXBElement<?>> getContent()
Gets the rest of the content model.
void setContent(List<JAXBElement<?>> content)
Gets the rest of the content model.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<JAXBElement<?>> content

Public Constructors

public Locale ()

Public Methods

public List<JAXBElement<?>> getContent ()

Gets the rest of the content model.

You are getting this "catch-all" property because of the following reason: The field name "DisplayCountry" is used by two different parts of a schema. See: line 185 of file:/C:/Development/AnypointStudio/workspace/sun-systems-ssc-connector/src/main/resources/wsdl/ComponentExecutor.wsdl line 184 of file:/C:/Development/AnypointStudio/workspace/sun-systems-ssc-connector/src/main/resources/wsdl/ComponentExecutor.wsdl

To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the content 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 content property.

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

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<Locale> JAXBElement<ArrayOfString> JAXBElement<String> JAXBElement<Locale> JAXBElement<String> JAXBElement<ArrayOfString> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<ArrayOfString> JAXBElement<String> JAXBElement<String> JAXBElement<String>

public void setContent (List<JAXBElement<?>> content)

Gets the rest of the content model.

You are getting this "catch-all" property because of the following reason: The field name "DisplayCountry" is used by two different parts of a schema. See: line 185 of file:/C:/Development/AnypointStudio/workspace/sun-systems-ssc-connector/src/main/resources/wsdl/ComponentExecutor.wsdl line 184 of file:/C:/Development/AnypointStudio/workspace/sun-systems-ssc-connector/src/main/resources/wsdl/ComponentExecutor.wsdl

To get rid of this property, apply a property customization to one of both of the following declarations to change their names:

Parameters
content Allowed object is JAXBElement<String> JAXBElement<Locale> JAXBElement<ArrayOfString> JAXBElement<String> JAXBElement<Locale> JAXBElement<String> JAXBElement<ArrayOfString> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<ArrayOfString> JAXBElement<String> JAXBElement<String> JAXBElement<String>