public class InternationalStringBranchType extends BranchType
Java class for InternationalStringBranchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InternationalStringBranchType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}BranchType">
<sequence>
<element name="LocalizedStringFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
InternationalStringBranchType() |
| Modifier and Type | Method and Description |
|---|---|
List<FilterType> |
getLocalizedStringFilter()
Gets the value of the localizedStringFilter property.
|
getPrimaryFilter, setPrimaryFilterpublic List<FilterType> getLocalizedStringFilter()
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 localizedStringFilter property.
For example, to add a new item, do as follows:
getLocalizedStringFilter().add(newItem);
Objects of the following type(s) are allowed in the list
FilterType
Copyright © 2010–2025. All rights reserved.