Cisco Cisco Prime IP Express 8.3 テクニカルリファレンス

ページ / 1286
public javax.xml.bind.JAXBElement<java.lang.String> getNegativeTest ()
Gets the value of the negativeTest property.
Network Registrar Type: AT_BOOL
Indicates the filter element should reverse the test criteria.
 A negative filter element will return true if element
 does not match.
Returns:
possible object is 
JAXBElement<String>
setNegativeTest
public void setNegativeTest (javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the negativeTest property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getRegexpStr
public javax.xml.bind.JAXBElement<java.lang.String> getRegexpStr()
Gets the value of the regexpStr property.
Network Registrar Type: AT_STRING
Defines the regular expression to match.
Returns:
possible object is 
JAXBElement<String>
setRegexpStr
public void setRegexpStr(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the regexpStr property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getStringVal
public javax.xml.bind.JAXBElement<java.lang.String> getStringVal()
Gets the value of the stringVal property.
Network Registrar Type: AT_STRING
Defines the string value for a case insensitive match.
Returns:
possible object is 
JAXBElement<String>
setStringVal
public void setStringVal(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the stringVal property.