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

Part Number E27170-02

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

Default Value:
false

setExternal

void setExternal(boolean external)

Copyright 1996, 2013, 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.2)

Part Number E27170-02