Class ConditionalList
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.ConditionalList
-
public class ConditionalList extends java.lang.ObjectJava class for ConditionalList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConditionalList"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="availableLists" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AvailableList" type="{http://certificateservices.org/xsd/csexport_data_1_0}ConditionalListAvailableList" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="inListMappings" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InListMapping" type="{http://certificateservices.org/xsd/csexport_data_1_0}ConditionalListInListMapping" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConditionalList.AvailableListsJava class for anonymous complex type.static classConditionalList.InListMappingsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ConditionalList.AvailableListsavailableListsprotected ConditionalList.InListMappingsinListMappings
-
Constructor Summary
Constructors Constructor Description ConditionalList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionalList.AvailableListsgetAvailableLists()Gets the value of the availableLists property.ConditionalList.InListMappingsgetInListMappings()Gets the value of the inListMappings property.voidsetAvailableLists(ConditionalList.AvailableLists value)Sets the value of the availableLists property.voidsetInListMappings(ConditionalList.InListMappings value)Sets the value of the inListMappings property.
-
-
-
Field Detail
-
availableLists
protected ConditionalList.AvailableLists availableLists
-
inListMappings
protected ConditionalList.InListMappings inListMappings
-
-
Method Detail
-
getAvailableLists
public ConditionalList.AvailableLists getAvailableLists()
Gets the value of the availableLists property.- Returns:
- possible object is
ConditionalList.AvailableLists
-
setAvailableLists
public void setAvailableLists(ConditionalList.AvailableLists value)
Sets the value of the availableLists property.- Parameters:
value- allowed object isConditionalList.AvailableLists
-
getInListMappings
public ConditionalList.InListMappings getInListMappings()
Gets the value of the inListMappings property.- Returns:
- possible object is
ConditionalList.InListMappings
-
setInListMappings
public void setInListMappings(ConditionalList.InListMappings value)
Sets the value of the inListMappings property.- Parameters:
value- allowed object isConditionalList.InListMappings
-
-