Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policy.model.impl
Class Property

java.lang.Object
  extended by oracle.wsm.policy.model.impl.Property

All Implemented Interfaces:
Serializable, IProperty

public class Property
extends Object
implements IProperty
See Also:
Serialized Form

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

Property

public Property()

Property

public Property(String propertyName,
                String propertyType)

Method Detail

setAttributes

public void setAttributes(Map<QName,String> attributes)
Specified by:
setAttributes in interface IProperty

getAttributes

public Map<QName,String> getAttributes()
Specified by:
getAttributes in interface IProperty

setName

public void setName(String name)
Specified by:
setName in interface IProperty

getName

public String getName()
Specified by:
getName in interface IProperty

setDescription

public void setDescription(String desc)
Specified by:
setDescription in interface IProperty

getDescription

public String getDescription()
Specified by:
getDescription in interface IProperty

setValue

public void setValue(String val)
Specified by:
setValue in interface IProperty

getValue

public String getValue()
Specified by:
getValue in interface IProperty

getType

public String getType()
Specified by:
getType in interface IProperty

setType

public void setType(String type)
Specified by:
setType in interface IProperty

getDefaultValue

public String getDefaultValue()
Specified by:
getDefaultValue in interface IProperty

setDefaultValue

public void setDefaultValue(String defaultValue)
Specified by:
setDefaultValue in interface IProperty

equals

public boolean equals(Object obj)
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
Overrides:
equals in class Object

isIdentical

public boolean isIdentical(Object obj)
It is same as equals method except it emphasizes on the order, while equlas doesn't.

toString

public String toString()
Returns the assertion list of a policy as a string
Overrides:
toString in class Object

hashCode

public int hashCode()
Returns an integer value which is uniquely identifies an object of this class.
Overrides:
hashCode in class Object

validate

public void validate(IValidationContext context)
Description copied from interface: IProperty
Validate this config object
Specified by:
validate in interface IProperty
Parameters:
context - ValidationContext to which any errors are reported

getContentType

public IProperty.CONTENT_TYPE_ENUM getContentType()
Return the contentType of the attribute.
Specified by:
getContentType in interface IProperty

setContentType

public void setContentType(IProperty.CONTENT_TYPE_ENUM contentType)
Set the contentType
Specified by:
setContentType in interface IProperty

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.