public class DefinitionsQueryImpl extends Object implements DefinitionsQuery
| Constructor and Description |
|---|
DefinitionsQueryImpl(com.predic8.wsdl.Definitions definitions) |
| Modifier and Type | Method and Description |
|---|---|
List<com.predic8.schema.ComplexType> |
getComplexSuperTypes(String localName) |
List<com.predic8.schema.ComplexType> |
getComplexTypes() |
Optional<String> |
getElement(String localPartName) |
List<String> |
getGetAllTypes() |
List<String> |
getRecordTypes() |
List<com.predic8.schema.ComplexType> |
getSuperTypes(String superTypeLocalName) |
boolean |
hasAncestor(com.predic8.schema.ComplexType complexType,
String superTypeLocalName) |
Optional<String> |
resolveNamespaceFor(String localPart) |
public DefinitionsQueryImpl(com.predic8.wsdl.Definitions definitions)
public List<com.predic8.schema.ComplexType> getComplexSuperTypes(String localName)
getComplexSuperTypes in interface DefinitionsQuerypublic List<com.predic8.schema.ComplexType> getComplexTypes()
getComplexTypes in interface DefinitionsQuerypublic List<com.predic8.schema.ComplexType> getSuperTypes(String superTypeLocalName)
getSuperTypes in interface DefinitionsQuerypublic boolean hasAncestor(com.predic8.schema.ComplexType complexType,
String superTypeLocalName)
hasAncestor in interface DefinitionsQuerypublic List<String> getRecordTypes()
getRecordTypes in interface DefinitionsQuerypublic Optional<String> getElement(String localPartName)
getElement in interface DefinitionsQuerypublic Optional<String> resolveNamespaceFor(String localPart)
resolveNamespaceFor in interface DefinitionsQuerypublic List<String> getGetAllTypes()
getGetAllTypes in interface DefinitionsQueryCopyright © 2025 MuleSoft, Inc.. All rights reserved.