public class SOAPAnyType extends SOAPType
| Constructor and Description |
|---|
SOAPAnyType() |
SOAPAnyType(QName name) |
SOAPAnyType(QName name,
JavaType javaType) |
SOAPAnyType(QName name,
JavaType javaType,
SOAPVersion version) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SOAPTypeVisitor visitor) |
isNillable, isReferenceable, isSOAPTypegetJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isLiteralType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersionpublic SOAPAnyType()
public SOAPAnyType(QName name)
public SOAPAnyType(QName name, JavaType javaType, SOAPVersion version)
public void accept(SOAPTypeVisitor visitor) throws Exception
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.