Uses of Class
oasis.names.tc.ebxml_regrep.xsd.query._3.FilterType

Packages that use FilterType
oasis.names.tc.ebxml_regrep.xsd.query._3   
 

Uses of FilterType in oasis.names.tc.ebxml_regrep.xsd.query._3
 

Subclasses of FilterType in oasis.names.tc.ebxml_regrep.xsd.query._3
 class BooleanFilterType
          Java class for BooleanFilterType complex type.
 class CompoundFilterType
          Java class for CompoundFilterType complex type.
 class DateTimeFilterType
          Java class for DateTimeFilterType complex type.
 class FloatFilterType
          Java class for FloatFilterType complex type.
 class IntegerFilterType
          Java class for IntegerFilterType complex type.
 class SimpleFilterType
          Java class for SimpleFilterType complex type.
 class StringFilterType
          Java class for StringFilterType complex type.
 

Fields in oasis.names.tc.ebxml_regrep.xsd.query._3 declared as FilterType
protected  FilterType ExtrinsicObjectQueryType.contentVersionInfoFilter
           
protected  FilterType CompoundFilterType.leftFilter
           
protected  FilterType PersonQueryType.personNameFilter
           
protected  FilterType FilterQueryType.primaryFilter
           
protected  FilterType CompoundFilterType.rightFilter
           
protected  FilterType RegistryObjectQueryType.versionInfoFilter
           
 

Fields in oasis.names.tc.ebxml_regrep.xsd.query._3 with type parameters of type FilterType
protected  List<FilterType> OrganizationQueryType.addressFilter
           
protected  List<FilterType> PersonQueryType.addressFilter
           
protected  List<FilterType> OrganizationQueryType.emailAddressFilter
           
protected  List<FilterType> PersonQueryType.emailAddressFilter
           
protected  List<FilterType> InternationalStringBranchType.localizedStringFilter
           
protected  List<FilterType> OrganizationQueryType.telephoneNumberFilter
           
protected  List<FilterType> PersonQueryType.telephoneNumberFilter
           
 

Methods in oasis.names.tc.ebxml_regrep.xsd.query._3 that return FilterType
 FilterType ObjectFactory.createFilterType()
          Create an instance of FilterType
 FilterType ExtrinsicObjectQueryType.getContentVersionInfoFilter()
          Gets the value of the contentVersionInfoFilter property.
 FilterType CompoundFilterType.getLeftFilter()
          Gets the value of the leftFilter property.
 FilterType PersonQueryType.getPersonNameFilter()
          Gets the value of the personNameFilter property.
 FilterType FilterQueryType.getPrimaryFilter()
          Gets the value of the primaryFilter property.
 FilterType CompoundFilterType.getRightFilter()
          Gets the value of the rightFilter property.
 FilterType RegistryObjectQueryType.getVersionInfoFilter()
          Gets the value of the versionInfoFilter property.
 

Methods in oasis.names.tc.ebxml_regrep.xsd.query._3 that return types with arguments of type FilterType
 JAXBElement<FilterType> ObjectFactory.createFilter(FilterType value)
          Create an instance of JAXBElement<FilterType>}
 List<FilterType> OrganizationQueryType.getAddressFilter()
          Gets the value of the addressFilter property.
 List<FilterType> PersonQueryType.getAddressFilter()
          Gets the value of the addressFilter property.
 List<FilterType> OrganizationQueryType.getEmailAddressFilter()
          Gets the value of the emailAddressFilter property.
 List<FilterType> PersonQueryType.getEmailAddressFilter()
          Gets the value of the emailAddressFilter property.
 List<FilterType> InternationalStringBranchType.getLocalizedStringFilter()
          Gets the value of the localizedStringFilter property.
 List<FilterType> OrganizationQueryType.getTelephoneNumberFilter()
          Gets the value of the telephoneNumberFilter property.
 List<FilterType> PersonQueryType.getTelephoneNumberFilter()
          Gets the value of the telephoneNumberFilter property.
 

Methods in oasis.names.tc.ebxml_regrep.xsd.query._3 with parameters of type FilterType
 JAXBElement<FilterType> ObjectFactory.createFilter(FilterType value)
          Create an instance of JAXBElement<FilterType>}
 void ExtrinsicObjectQueryType.setContentVersionInfoFilter(FilterType value)
          Sets the value of the contentVersionInfoFilter property.
 void CompoundFilterType.setLeftFilter(FilterType value)
          Sets the value of the leftFilter property.
 void PersonQueryType.setPersonNameFilter(FilterType value)
          Sets the value of the personNameFilter property.
 void FilterQueryType.setPrimaryFilter(FilterType value)
          Sets the value of the primaryFilter property.
 void CompoundFilterType.setRightFilter(FilterType value)
          Sets the value of the rightFilter property.
 void RegistryObjectQueryType.setVersionInfoFilter(FilterType value)
          Sets the value of the versionInfoFilter property.
 



Copyright © 2010-2011. All Rights Reserved.