oasis.names.tc.ebxml_regrep.xsd.query._3
Class InternationalStringBranchType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
      extended by oasis.names.tc.ebxml_regrep.xsd.query._3.BranchType
          extended by oasis.names.tc.ebxml_regrep.xsd.query._3.InternationalStringBranchType

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>
 


Field Summary
protected  java.util.List<FilterType> localizedStringFilters
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
primaryFilter
 
Constructor Summary
InternationalStringBranchType()
           
 
Method Summary
 java.util.List<FilterType> getLocalizedStringFilters()
          Gets the value of the localizedStringFilters property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
getPrimaryFilter, setPrimaryFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localizedStringFilters

protected java.util.List<FilterType> localizedStringFilters
Constructor Detail

InternationalStringBranchType

public InternationalStringBranchType()
Method Detail

getLocalizedStringFilters

public java.util.List<FilterType> getLocalizedStringFilters()
Gets the value of the localizedStringFilters 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 localizedStringFilters property.

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

    getLocalizedStringFilters().add(newItem);
 

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