|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.policy.model.impl.Property
public class Property
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.wsm.policy.model.IProperty |
---|
IProperty.CONTENT_TYPE_ENUM |
Field Summary |
---|
Fields inherited from interface oracle.wsm.policy.model.IProperty |
---|
contentTypeAttrQName, nameAttrQName, typeAttrQName |
Constructor Summary | |
---|---|
Property() |
|
Property(String propertyName, String propertyType) |
Method Summary | |
---|---|
boolean |
equals(Object obj) Compares the Assertionlist of two policies .It ignores the order of the Assertions. |
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() |
int |
hashCode() Returns an integer value which is uniquely identifies an object of this class. |
boolean |
isIdentical(Object obj) It is same as equals method except it emphasizes on the order, while equlas doesn't. |
void |
setAttributes(Map<QName,String> attributes) |
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 val) |
String |
toString() Returns the assertion list of a policy as a string |
void |
validate(IValidationContext context) Validate this config object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Property()
public Property(String propertyName, String propertyType)
Method Detail |
---|
public void setAttributes(Map<QName,String> attributes)
setAttributes
in interface IProperty
public Map<QName,String> getAttributes()
getAttributes
in interface IProperty
public void setName(String name)
setName
in interface IProperty
public String getName()
getName
in interface IProperty
public void setDescription(String desc)
setDescription
in interface IProperty
public String getDescription()
getDescription
in interface IProperty
public void setValue(String val)
setValue
in interface IProperty
public String getValue()
getValue
in interface IProperty
public String getType()
getType
in interface IProperty
public void setType(String type)
setType
in interface IProperty
public String getDefaultValue()
getDefaultValue
in interface IProperty
public void setDefaultValue(String defaultValue)
setDefaultValue
in interface IProperty
public boolean equals(Object obj)
equals
in class Object
public boolean isIdentical(Object obj)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public void validate(IValidationContext context)
IProperty
validate
in interface IProperty
context
- ValidationContext to which any errors are reportedpublic IProperty.CONTENT_TYPE_ENUM getContentType()
getContentType
in interface IProperty
public void setContentType(IProperty.CONTENT_TYPE_ENUM contentType)
setContentType
in interface IProperty
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |