Class 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 Details

    • localizedStringFilter

      protected List<FilterType> localizedStringFilter
  • Constructor Details

    • InternationalStringBranchType

      public InternationalStringBranchType()
  • Method Details

    • getLocalizedStringFilter

      public List<FilterType> getLocalizedStringFilter()
      Gets the value of the localizedStringFilter 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 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