| Constructor and Description |
|---|
MatchingRule()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBooleanFilter() |
String |
getDescription() |
String |
getLabel() |
MatchingRuleItem[] |
getMatchingRuleItems() |
MatchingRuleStatus |
getRuleStatus() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setBooleanFilter(String booleanFilter) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setMatchingRuleItems(MatchingRuleItem[] matchingRuleItems) |
void |
setRuleStatus(MatchingRuleStatus ruleStatus) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic String getBooleanFilter()
public void setBooleanFilter(String booleanFilter)
public String getDescription()
public void setDescription(String description)
public String getLabel()
public void setLabel(String label)
public MatchingRuleItem[] getMatchingRuleItems()
public void setMatchingRuleItems(MatchingRuleItem[] matchingRuleItems)
public MatchingRuleStatus getRuleStatus()
public void setRuleStatus(MatchingRuleStatus ruleStatus)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.