public abstract class SOAPType extends AbstractType
| Modifier | Constructor and Description |
|---|---|
protected |
SOAPType() |
protected |
SOAPType(QName name) |
protected |
SOAPType(QName name,
JavaType javaType) |
protected |
SOAPType(QName name,
JavaType javaType,
SOAPVersion version) |
protected |
SOAPType(QName name,
SOAPVersion version) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(SOAPTypeVisitor visitor) |
boolean |
isNillable() |
boolean |
isReferenceable() |
boolean |
isSOAPType() |
getJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isLiteralType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersionprotected SOAPType()
protected SOAPType(QName name)
protected SOAPType(QName name, SOAPVersion version)
protected SOAPType(QName name, JavaType javaType, SOAPVersion version)
public boolean isNillable()
isNillable in class AbstractTypepublic boolean isReferenceable()
public boolean isSOAPType()
isSOAPType in class AbstractTypepublic abstract void accept(SOAPTypeVisitor visitor) throws Exception
ExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.