Uses of Interface
org.openspml.v2.msg.OpenContentAttr

Packages that use OpenContentAttr
org.openspml.v2.msg   
org.openspml.v2.msg.spml   
 

Uses of OpenContentAttr in org.openspml.v2.msg
 

Classes in org.openspml.v2.msg that implement OpenContentAttr
 class BasicOpenContentAttr
          SPML 2.0 is an open content model.
 

Methods in org.openspml.v2.msg that return OpenContentAttr
 OpenContentAttr[] OpenContentContainer.getOpenContentAttrs()
           
 

Uses of OpenContentAttr in org.openspml.v2.msg.spml
 

Methods in org.openspml.v2.msg.spml that return OpenContentAttr
 OpenContentAttr[] Extensible.getOpenContentAttrs()
          Return an array of all the attributes (name,value) that are not part of the type as defined in the xsd.
 

Methods in org.openspml.v2.msg.spml with parameters of type OpenContentAttr
 void Extensible.addOpenContentAttr(OpenContentAttr attribute)
           
 boolean Extensible.removeOpenContentAttr(OpenContentAttr attribute)
           
 void Extensible.setOpenContentAttrs(OpenContentAttr[] attrs)
          This will clear the existing open content attributes and set it to the values in the given array of attributes.
 void Extensible.setOpenContent(OpenContentAttr[] attrs, OpenContentElement[] elements)
          This will clear the existing open content and set it to the values in the given arrays of attributes and elements.
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.