public class ActivityFilterType extends Object
Java class for ActivityFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityFilterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ActivityFilterId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ActivityFilterName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="FilterCriteria" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FilterCriteriaConfig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FilterGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FilterType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UserId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
activityFilterId |
protected String |
activityFilterName |
protected String |
filterCriteria |
protected String |
filterCriteriaConfig |
protected String |
filterGroup |
protected String |
filterType |
protected Integer |
userId |
Constructor and Description |
---|
ActivityFilterType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getActivityFilterId()
Gets the value of the activityFilterId property.
|
String |
getActivityFilterName()
Gets the value of the activityFilterName property.
|
String |
getFilterCriteria()
Gets the value of the filterCriteria property.
|
String |
getFilterCriteriaConfig()
Gets the value of the filterCriteriaConfig property.
|
String |
getFilterGroup()
Gets the value of the filterGroup property.
|
String |
getFilterType()
Gets the value of the filterType property.
|
Integer |
getUserId()
Gets the value of the userId property.
|
void |
setActivityFilterId(Integer value)
Sets the value of the activityFilterId property.
|
void |
setActivityFilterName(String value)
Sets the value of the activityFilterName property.
|
void |
setFilterCriteria(String value)
Sets the value of the filterCriteria property.
|
void |
setFilterCriteriaConfig(String value)
Sets the value of the filterCriteriaConfig property.
|
void |
setFilterGroup(String value)
Sets the value of the filterGroup property.
|
void |
setFilterType(String value)
Sets the value of the filterType property.
|
void |
setUserId(Integer value)
Sets the value of the userId property.
|
protected Integer activityFilterId
protected String activityFilterName
protected String filterCriteria
protected String filterCriteriaConfig
protected String filterGroup
protected String filterType
protected Integer userId
public Integer getActivityFilterId()
Integer
public void setActivityFilterId(Integer value)
value
- allowed object is
Integer
public String getActivityFilterName()
String
public void setActivityFilterName(String value)
value
- allowed object is
String
public String getFilterCriteria()
String
public void setFilterCriteria(String value)
value
- allowed object is
String
public String getFilterCriteriaConfig()
String
public void setFilterCriteriaConfig(String value)
value
- allowed object is
String
public String getFilterGroup()
String
public void setFilterGroup(String value)
value
- allowed object is
String
public String getFilterType()
String
public void setFilterType(String value)
value
- allowed object is
String
public Integer getUserId()
Integer
Copyright © 2000–2025 Packwood Software. All rights reserved.