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 ModuleDescriptorBean


public interface ModuleDescriptorBean

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


Method Summary
abstract  VariableAssignmentBean createVariableAssignment()
           
abstract  void destroyVariableAssignment(VariableAssignmentBean variableAssignment)
           
abstract  String getHashCode()
          Gets the "hash-code" element
abstract  String getRootElement()
          Gets the "root-element" element
abstract  String getUri()
          Gets the "uri" element
abstract  VariableAssignmentBean[] getVariableAssignments()
          Gets array of all "variable-declaration" elements
abstract  boolean isExternal()
          Indicates whether this descriptor resides outside the archive.
abstract  void setExternal(boolean external)
           
abstract  void setHashCode(String hashCode)
          Sets the "hash-code" element
abstract  void setRootElement(String rootElement)
          Sets the "root-element" element
abstract  void setUri(String uri)
          Sets the "uri" element

 

Method Detail

getRootElement

String getRootElement()
Gets the "root-element" element

setRootElement

void setRootElement(String rootElement)
Sets the "root-element" element
Parameters:
rootElement -

getUri

String getUri()
Gets the "uri" element

setUri

void setUri(String uri)
Sets the "uri" element
Parameters:
uri -

getVariableAssignments

VariableAssignmentBean[] getVariableAssignments()
Gets array of all "variable-declaration" elements

createVariableAssignment

VariableAssignmentBean createVariableAssignment()

destroyVariableAssignment

void destroyVariableAssignment(VariableAssignmentBean variableAssignment)

getHashCode

String getHashCode()
Gets the "hash-code" element

setHashCode

void setHashCode(String hashCode)
Sets the "hash-code" element
Parameters:
hashCode -

isExternal

boolean isExternal()
Indicates whether this descriptor resides outside the archive.

setExternal

void setExternal(boolean external)

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