org.openspml.v2.msg
Interface OpenContentElementAdapter

All Superinterfaces:
OpenContentElement
All Known Implementing Classes:
OCEtoMarshallableAdapter, OCEtoXMLStringAdapter

public interface OpenContentElementAdapter
extends OpenContentElement

Implement this, rather than the superinterface, if wrapping other objects. Simply allows instanceof and a getAdaptedObject() call.


Field Summary
static java.lang.String code_id
           
 
Method Summary
 java.lang.Object getAdaptedObject()
           
 
Methods inherited from interface org.openspml.v2.msg.OpenContentElement
toXML, toXML
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Method Detail

getAdaptedObject

public java.lang.Object getAdaptedObject()


Copyright © Sun Microsystems, Inc. All Rights Reserved.