public class CTCustomFilter extends Object implements Child
Java class for CT_CustomFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CustomFilter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="operator" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_FilterOperator" default="equal" /> <attribute name="val" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STFilterOperator |
operator |
protected String |
val |
Constructor and Description |
---|
CTCustomFilter() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STFilterOperator |
getOperator()
Gets the value of the operator property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getVal()
Gets the value of the val property.
|
void |
setOperator(STFilterOperator value)
Sets the value of the operator property.
|
void |
setParent(Object parent) |
void |
setVal(String value)
Sets the value of the val property.
|
protected STFilterOperator operator
protected String val
public STFilterOperator getOperator()
STFilterOperator
public void setOperator(STFilterOperator value)
value
- allowed object is
STFilterOperator
public String getVal()
String
public void setVal(String value)
value
- allowed object is
String
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.