Class CredentialFilter.CredentialTypeFilters
- java.lang.Object
-
- org.certificateservices.messages.credmanagement.jaxb.CredentialFilter.CredentialTypeFilters
-
- Enclosing class:
- CredentialFilter
public static class CredentialFilter.CredentialTypeFilters extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credentialTypeFilter" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credentialType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/> <element name="credentialSubType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredentialFilter.CredentialTypeFilters.CredentialTypeFilterJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<CredentialFilter.CredentialTypeFilters.CredentialTypeFilter>credentialTypeFilter
-
Constructor Summary
Constructors Constructor Description CredentialTypeFilters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CredentialFilter.CredentialTypeFilters.CredentialTypeFilter>getCredentialTypeFilter()Gets the value of the credentialTypeFilter property.
-
-
-
Field Detail
-
credentialTypeFilter
protected java.util.List<CredentialFilter.CredentialTypeFilters.CredentialTypeFilter> credentialTypeFilter
-
-
Method Detail
-
getCredentialTypeFilter
public java.util.List<CredentialFilter.CredentialTypeFilters.CredentialTypeFilter> getCredentialTypeFilter()
Gets the value of the credentialTypeFilter 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
setmethod for the credentialTypeFilter property.For example, to add a new item, do as follows:
getCredentialTypeFilter().add(newItem);Objects of the following type(s) are allowed in the list
CredentialFilter.CredentialTypeFilters.CredentialTypeFilter
-
-