Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.j2ee.descriptor.wl
Interface VariableBean


public interface VariableBean

An XML variableType(@http://www.bea.com/ns/weblogic/90). This is a complex type.

Access limited to the following security roles:
Deployer

Method Summary
 String getDescription()
          Gets the "description" element
 String getName()
          Gets the "name" element
 String getValue()
          Gets the "value" element
 void setDescription(String description)
          Sets the "description" element
 void setName(String name)
          Sets the "name" element
 void setValue(String value)
          Sets the "value" element
 

Method Detail

getName

String getName()
Gets the "name" element


setName

void setName(String name)
Sets the "name" element

Parameters:
name -

getValue

String getValue()
Gets the "value" element


setValue

void setValue(String value)
Sets the "value" element

Parameters:
value -

getDescription

String getDescription()
Gets the "description" element


setDescription

void setDescription(String description)
Sets the "description" element

Parameters:
description -

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02