org.apache.cxf.service.model
public class ServiceSchemaInfo extends Object
| Constructor and Description |
|---|
ServiceSchemaInfo() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.common.xmlschema.SchemaCollection |
getSchemaCollection() |
Map<String,Element> |
getSchemaElementList() |
List<SchemaInfo> |
getSchemaInfoList() |
void |
setSchemaCollection(org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection) |
void |
setSchemaElementList(Map<String,Element> l) |
void |
setSchemaInfoList(List<SchemaInfo> schemaInfoList) |
public org.apache.cxf.common.xmlschema.SchemaCollection getSchemaCollection()
public void setSchemaCollection(org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection)
public List<SchemaInfo> getSchemaInfoList()
public void setSchemaInfoList(List<SchemaInfo> schemaInfoList)
Apache CXF