Package org.apache.axis.encoding
Interface MixedContentType
-
public interface MixedContentType
Interface to indicate that a bean has mixed content
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageElement[]
get_any()
void
set_any(MessageElement[] any)
-
-
-
Method Detail
-
get_any
MessageElement[] get_any()
-
set_any
void set_any(MessageElement[] any)
-
-