Package org.apache.xmlbeans.soap
Interface SchemaWSDLArrayType
-
- All Known Implementing Classes:
SchemaGlobalAttributeImpl,SchemaGlobalElementImpl,SchemaLocalAttributeImpl,SchemaLocalElementImpl
public interface SchemaWSDLArrayTypeIn the current implementation, schema elements and attributes can be coerced to this interface in order to retrieve the value of the wsdl:arrayType attributes on attributes and elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOAPArrayTypegetWSDLArrayType()
-
-
-
Method Detail
-
getWSDLArrayType
SOAPArrayType getWSDLArrayType()
-
-