Skip navigation links

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

E10689-01


oracle.wsm.policy.model
Interface IProperty

All Superinterfaces:
Serializable
All Known Implementing Classes:
Property

public interface IProperty
extends Serializable

Nested Class Summary
static class IProperty.CONTENT_TYPE_ENUM
           

 

Field Summary
static QName contentTypeAttrQName
           
static QName nameAttrQName
           
static QName typeAttrQName
           

 

Method Summary
 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(IValidationContext context)
          Validate this config object

 

Field Detail

nameAttrQName

static final QName nameAttrQName

typeAttrQName

static final QName typeAttrQName

contentTypeAttrQName

static final QName contentTypeAttrQName

Method Detail

getAttributes

Map<QName,String> getAttributes()

setAttributes

void setAttributes(Map<QName,String> attrs)

getName

String getName()

setName

void setName(String name)

getType

String getType()

setType

void setType(String type)

getValue

String getValue()

setValue

void setValue(String value)

setDescription

void setDescription(String desc)

getDescription

String getDescription()

getDefaultValue

String getDefaultValue()

setDefaultValue

void setDefaultValue(String defaultValue)

validate

void validate(IValidationContext context)
Validate this config object
Parameters:
context - ValidationContext to which any errors are reported

getContentType

IProperty.CONTENT_TYPE_ENUM getContentType()
Return the contentType of the attribute. Default value is "required". If the Policy XML is missing the attribute then the default value will be returned.

setContentType

void setContentType(IProperty.CONTENT_TYPE_ENUM contentType)
Set the contentType

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.