public class CustomProperty extends Object
Java class for CustomProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="regexp" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
regexp |
protected String |
value |
| Constructor and Description |
|---|
CustomProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getRegexp()
Gets the value of the regexp property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetName() |
boolean |
isSetRegexp() |
boolean |
isSetValue() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setRegexp(String value)
Sets the value of the regexp property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getRegexp()
Stringpublic void setRegexp(String value)
value - allowed object is
Stringpublic boolean isSetRegexp()
Copyright © 2012. All Rights Reserved.