|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
oasis.names.tc.ebxml_regrep.xsd.query._3.PersonQueryType
public class PersonQueryType
Java class for PersonQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType"> <sequence> <element name="AddressFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType" maxOccurs="unbounded" minOccurs="0"/> <element name="PersonNameFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType" minOccurs="0"/> <element name="TelephoneNumberFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType" maxOccurs="unbounded" minOccurs="0"/> <element name="EmailAddressFilter" 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> |
addressFilters
|
protected java.util.List<FilterType> |
emailAddressFilters
|
protected FilterType |
personNameFilter
|
protected java.util.List<FilterType> |
telephoneNumberFilters
|
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType |
---|
classificationQueries, descriptionBranch, externalIdentifierQueries, nameBranch, objectTypeQuery, slotBranches, sourceAssociationQueries, statusQuery, targetAssociationQueries, versionInfoFilter |
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType |
---|
primaryFilter |
Constructor Summary | |
---|---|
PersonQueryType()
|
Method Summary | |
---|---|
java.util.List<FilterType> |
getAddressFilters()
Gets the value of the addressFilters property. |
java.util.List<FilterType> |
getEmailAddressFilters()
Gets the value of the emailAddressFilters property. |
FilterType |
getPersonNameFilter()
Gets the value of the personNameFilter property. |
java.util.List<FilterType> |
getTelephoneNumberFilters()
Gets the value of the telephoneNumberFilters property. |
void |
setPersonNameFilter(FilterType value)
Sets the value of the personNameFilter property. |
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType |
---|
getClassificationQueries, getDescriptionBranch, getExternalIdentifierQueries, getNameBranch, getObjectTypeQuery, getSlotBranches, getSourceAssociationQueries, getStatusQuery, getTargetAssociationQueries, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFilter |
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 |
---|
protected java.util.List<FilterType> addressFilters
protected FilterType personNameFilter
protected java.util.List<FilterType> telephoneNumberFilters
protected java.util.List<FilterType> emailAddressFilters
Constructor Detail |
---|
public PersonQueryType()
Method Detail |
---|
public java.util.List<FilterType> getAddressFilters()
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 addressFilters property.
For example, to add a new item, do as follows:
getAddressFilters().add(newItem);
Objects of the following type(s) are allowed in the list
FilterType
public FilterType getPersonNameFilter()
FilterType
public void setPersonNameFilter(FilterType value)
value
- allowed object is
FilterType
public java.util.List<FilterType> getTelephoneNumberFilters()
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 telephoneNumberFilters property.
For example, to add a new item, do as follows:
getTelephoneNumberFilters().add(newItem);
Objects of the following type(s) are allowed in the list
FilterType
public java.util.List<FilterType> getEmailAddressFilters()
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 emailAddressFilters property.
For example, to add a new item, do as follows:
getEmailAddressFilters().add(newItem);
Objects of the following type(s) are allowed in the list
FilterType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |