public class Schema extends Object implements Identifiable
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeFormDefault() |
String |
getElementFormDefault() |
String |
getId() |
List<Import> |
getImports() |
List<Include> |
getIncludes() |
String |
getTargetNamespace() |
List<ObjectType> |
getTypes() |
String |
getXmlns() |
void |
setAttributeFormDefault(String attributeFormDefault) |
void |
setElementFormDefault(String elementFormDefault) |
void |
setImports(List<Import> imports) |
void |
setIncludes(List<Include> includes) |
void |
setTargetNamespace(String targetNamespace) |
void |
setTypes(List<ObjectType> types) |
void |
setXmlns(String xmlns) |
public String getElementFormDefault()
public void setElementFormDefault(String elementFormDefault)
public String getAttributeFormDefault()
public void setAttributeFormDefault(String attributeFormDefault)
public String getXmlns()
public void setXmlns(String xmlns)
public List<ObjectType> getTypes()
public void setTypes(List<ObjectType> types)
public String getTargetNamespace()
public void setTargetNamespace(String targetNamespace)
public String getId()
getId in interface IdentifiableCopyright © 2010–2014 MuleSoft, Inc.. All rights reserved.