Class TypeSubjectFilters


  • public class TypeSubjectFilters
    extends java.lang.Object

    Java-Klasse f�r TypeSubjectFilters complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. <pre> >complexType name="TypeSubjectFilters"> >complexContent> >restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> >choice maxOccurs="unbounded"> >element name="SubjectFilter" type="{http://www.businesscode.de/schema/bcdui/bindings-1.0.0}TypeSubjectFilter"/> >element name="And" type="{http://www.businesscode.de/schema/bcdui/bindings-1.0.0}TypeSubjectFilterConnective"/> >element name="Or" type="{http://www.businesscode.de/schema/bcdui/bindings-1.0.0}TypeSubjectFilterConnective"/> >/choice> >/restriction> >/complexContent> >/complexType> </pre>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<javax.xml.bind.JAXBElement<?>> subjectFilterOrAndOrOr  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<javax.xml.bind.JAXBElement<?>> getSubjectFilterOrAndOrOr()
      Gets the value of the subjectFilterOrAndOrOr property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • subjectFilterOrAndOrOr

        protected java.util.List<javax.xml.bind.JAXBElement<?>> subjectFilterOrAndOrOr
    • Constructor Detail

      • TypeSubjectFilters

        public TypeSubjectFilters()
    • Method Detail

      • getSubjectFilterOrAndOrOr

        public java.util.List<javax.xml.bind.JAXBElement<?>> getSubjectFilterOrAndOrOr()
        Gets the value of the subjectFilterOrAndOrOr 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 subjectFilterOrAndOrOr property.

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

            getSubjectFilterOrAndOrOr().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXBElement<TypeSubjectFilter> JAXBElement<TypeSubjectFilterConnective> JAXBElement<TypeSubjectFilterConnective>