Class IntegratedAppResourceBundleSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.pluggable.IntegratedAppResourceBundleSoapDO
Represents an Integrated Application resource bundle for a locale
- Since:
- 7.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'locale'.Returns 'resources'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
Sets 'locale'.void
setResources
(SoapNamedValues resources) Sets 'resources'.
-
Constructor Details
-
IntegratedAppResourceBundleSoapDO
public IntegratedAppResourceBundleSoapDO()
-
-
Method Details
-
getLocale
Returns 'locale'.- Returns:
- Value of 'locale'.
-
setLocale
Sets 'locale'.- Parameters:
locale
- Value of 'locale'.
-
getResources
Returns 'resources'.- Returns:
- Value of 'resources'.
-
setResources
Sets 'resources'.- Parameters:
resources
- Value of 'resources'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-