public class MultipartTypeSource extends Object implements TypeSource
| Constructor and Description |
|---|
MultipartTypeSource(List<PartParameter> parts,
XmlTypeSource xmlTypeSource) |
| Modifier and Type | Method and Description |
|---|---|
List<PartParameter> |
getParts() |
String |
getValue() |
XmlTypeSource |
getXmlSource() |
String |
getXmlSourceElementName() |
public MultipartTypeSource(List<PartParameter> parts, XmlTypeSource xmlTypeSource)
public String getValue()
getValue in interface TypeSourcepublic XmlTypeSource getXmlSource()
public String getXmlSourceElementName() throws GenerationException
GenerationExceptionpublic List<PartParameter> getParts()
Copyright © 2020. All rights reserved.