org.openspml.v2.msg
Interface MarshallableElement

All Known Subinterfaces:
Marshallable
All Known Implementing Classes:
BasicMarshallable, BasicMarshallableElement, Extensible, org.openspml.v2.msg.spml.ExtensibleMarshallable, org.openspml.v2.msg.spmlref.ExtensibleMarshallable, ResultsIterator, ResultsIterator, Schema, SearchQuery

public interface MarshallableElement


Field Summary
static java.lang.String code_id
           
 
Method Summary
 PrefixAndNamespaceTuple[] getNamespacesInfo()
          We need to know the namespace of the class to include.
 boolean isValid()
          Is this ready to go or are there syntax errors, like missing required fields?
 

Field Detail

code_id

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

getNamespacesInfo

public PrefixAndNamespaceTuple[] getNamespacesInfo()
We need to know the namespace of the class to include.

Returns:
set of tuples defining the namespaces to use.

isValid

public boolean isValid()
Is this ready to go or are there syntax errors, like missing required fields?

Returns:
is this valid? do the values of the fields make legal sense?


Copyright © Sun Microsystems, Inc. All Rights Reserved.