public class CustomResourceProperty extends Object
Java class for custom-resource-property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="custom-resource-property">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="definition-id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
definitionId |
protected String |
value |
protected String |
valueAttribute |
| Constructor and Description |
|---|
CustomResourceProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinitionId()
Gets the value of the definitionId property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getValueAttribute()
Gets the value of the valueAttribute property.
|
void |
setDefinitionId(String value)
Sets the value of the definitionId property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValueAttribute(String value)
Sets the value of the valueAttribute property.
|
protected String value
protected String definitionId
protected String valueAttribute
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getDefinitionId()
Stringpublic void setDefinitionId(String value)
value - allowed object is
Stringpublic String getValueAttribute()
StringCopyright © 2000–2025 MPXJ. All rights reserved.