Class TokenFilter
- java.lang.Object
-
- org.certificateservices.messages.credmanagement.jaxb.TokenFilter
-
public class TokenFilter extends java.lang.ObjectJava class for TokenFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TokenFilter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="tokenTypes" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="tokenSerialNumbers" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTokenFilter.TokenSerialNumbersJava class for anonymous complex type.static classTokenFilter.TokenTypesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TokenFilter.TokenSerialNumberstokenSerialNumbersprotected TokenFilter.TokenTypestokenTypes
-
Constructor Summary
Constructors Constructor Description TokenFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenFilter.TokenSerialNumbersgetTokenSerialNumbers()Gets the value of the tokenSerialNumbers property.TokenFilter.TokenTypesgetTokenTypes()Gets the value of the tokenTypes property.voidsetTokenSerialNumbers(TokenFilter.TokenSerialNumbers value)Sets the value of the tokenSerialNumbers property.voidsetTokenTypes(TokenFilter.TokenTypes value)Sets the value of the tokenTypes property.
-
-
-
Field Detail
-
tokenTypes
protected TokenFilter.TokenTypes tokenTypes
-
tokenSerialNumbers
protected TokenFilter.TokenSerialNumbers tokenSerialNumbers
-
-
Method Detail
-
getTokenTypes
public TokenFilter.TokenTypes getTokenTypes()
Gets the value of the tokenTypes property.- Returns:
- possible object is
TokenFilter.TokenTypes
-
setTokenTypes
public void setTokenTypes(TokenFilter.TokenTypes value)
Sets the value of the tokenTypes property.- Parameters:
value- allowed object isTokenFilter.TokenTypes
-
getTokenSerialNumbers
public TokenFilter.TokenSerialNumbers getTokenSerialNumbers()
Gets the value of the tokenSerialNumbers property.- Returns:
- possible object is
TokenFilter.TokenSerialNumbers
-
setTokenSerialNumbers
public void setTokenSerialNumbers(TokenFilter.TokenSerialNumbers value)
Sets the value of the tokenSerialNumbers property.- Parameters:
value- allowed object isTokenFilter.TokenSerialNumbers
-
-