|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertySet
The pseudo schema for PropertySet is as follows:
<PropertySet...<
[<Property...<
...
</Property<+
</PropertySet<
| Field Summary | |
|---|---|
static QName |
nameAttrQName |
| Method Summary | |
|---|---|
void |
addProperty(IProperty property)Add a Property |
void |
addProperty(String propertyName, String propertyType, String propertyDesc, String propertyValue, String propertyDefaultValue)Create and Add a Property to the PropertySet! |
Map<QName,String> |
getAttributes() |
String |
getName()Returns the name of the property set. |
List<IProperty> |
getProperties()Returns a List of Property. |
IProperty |
getPropertyByName(String propertyName)Returns a property by name. |
void |
removeProperty(IProperty property)Remove a Property |
void |
setAttributes(Map<QName,String> attrs) |
void |
setName(String propertySetName)Sets the name of the PropertySet. |
void |
setProperties(List<IProperty> properties)Sets a List of Property. |
void |
validate(IValidationContext context)Validate this config object |
| Field Detail |
|---|
static final QName nameAttrQName
| Method Detail |
|---|
List<IProperty> getProperties()
IProperty getPropertyByName(String propertyName)
void setProperties(List<IProperty> properties)
void addProperty(IProperty property)
void addProperty(String propertyName,
String propertyType,
String propertyDesc,
String propertyValue,
String propertyDefaultValue)
propertyName - - name of the property to add - required (cannot be null or empty)propertyType - - type of the property - required (cannot be null or empty)propertyValue - - value of the propertypropertyDefaultValue - - default value for the propertyvoid removeProperty(IProperty property)
void setName(String propertySetName)
propertySetName -String getName()
Map<QName,String> getAttributes()
void setAttributes(Map<QName,String> attrs)
void validate(IValidationContext context)
context - ValidationContext to which any errors are reported
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||