public interface IProperty extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
IProperty.CONTENT_TYPE_ENUM |
Modifier and Type | Field and Description |
---|---|
static QName |
contentTypeAttrQName |
static QName |
nameAttrQName |
static QName |
typeAttrQName |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
getAttributes() |
IProperty.CONTENT_TYPE_ENUM |
getContentType()
Return the contentType of the attribute.
|
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setAttributes(Map<QName,String> attrs) |
void |
setContentType(IProperty.CONTENT_TYPE_ENUM contentType)
Set the contentType
|
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String desc) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
void |
validate(oracle.wsm.policy.validation.IValidationContext context)
Validate this config object
|
static final QName nameAttrQName
static final QName typeAttrQName
static final QName contentTypeAttrQName
IProperty.CONTENT_TYPE_ENUM getContentType()
String getDefaultValue()
String getDescription()
String getName()
String getType()
String getValue()
void setContentType(IProperty.CONTENT_TYPE_ENUM contentType)
void setDefaultValue(String defaultValue)
void setDescription(String desc)
void setName(String name)
void setType(String type)
void setValue(String value)
void validate(oracle.wsm.policy.validation.IValidationContext context)
context
- ValidationContext to which any errors are reported