Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.j2ee.descriptor.wl
Interface VariableBean


public interface VariableBean

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


Method Summary
abstract  String getDescription()
          Gets the "description" element
abstract  String getName()
          Gets the "name" element
abstract  String getValue()
          Gets the "value" element
abstract  void setDescription(String description)
          Sets the "description" element
abstract  void setName(String name)
          Sets the "name" element
abstract  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 -

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09