public abstract class Extendable extends Object implements Serializable
Constructor and Description |
---|
Extendable() |
Modifier and Type | Method and Description |
---|---|
void |
addExtensibilityElement(WSDLExtensibilityElement extElement) |
void |
addFeature(WSDLFeature feature) |
void |
addNotUnderstoodExtElement(WSDLExtensibilityElement element) |
void |
addProperty(WSDLProperty property) |
List<WSDLExtensibilityElement> |
getAllExtensibilityElements() |
List<WSDLExtensibilityElement> |
getExtensibilityElements(String uri) |
WSDLFeature |
getFeature(String uri) |
WSDLFeature[] |
getFeatures() |
List<WSDLExtensibilityElement> |
getNotUnderstoodExtElements() |
WSDLProperty[] |
getProperties() |
WSDLProperty |
getProperty(String uri) |
void |
setNotUnderstoodExtElements(List<WSDLExtensibilityElement> notUnderstoodExtElement) |
public WSDLFeature[] getFeatures()
public void addFeature(WSDLFeature feature)
public WSDLFeature getFeature(String uri)
public WSDLProperty[] getProperties()
public void addProperty(WSDLProperty property)
public WSDLProperty getProperty(String uri)
public void addExtensibilityElement(WSDLExtensibilityElement extElement)
public List<WSDLExtensibilityElement> getExtensibilityElements(String uri)
public List<WSDLExtensibilityElement> getAllExtensibilityElements()
public List<WSDLExtensibilityElement> getNotUnderstoodExtElements()
public void setNotUnderstoodExtElements(List<WSDLExtensibilityElement> notUnderstoodExtElement)
public void addNotUnderstoodExtElement(WSDLExtensibilityElement element)
Copyright © 2018 JBoss by Red Hat. All rights reserved.