Modifier and Type | Field and Description |
---|---|
protected List<ExportProblemType> |
ExportResponseType.problem |
protected List<ExportProblemType> |
ExportStatusType.problem |
Modifier and Type | Method and Description |
---|---|
ExportProblemType |
ObjectFactory.createExportProblemType()
Create an instance of
ExportProblemType |
ExportProblemType |
ExportProblemType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ExportProblemType |
ExportProblemType.withAsset(String value) |
ExportProblemType |
ExportProblemType.withMessage(String value) |
ExportProblemType |
ExportProblemType.withParameter(Collection<KeyValuePairType> values) |
ExportProblemType |
ExportProblemType.withParameter(KeyValuePairType... values) |
ExportProblemType |
ExportProblemType.withType(String value) |
Modifier and Type | Method and Description |
---|---|
List<ExportProblemType> |
ExportResponseType.getProblem()
Gets the value of the problem property.
|
List<ExportProblemType> |
ExportStatusType.getProblem()
Gets the value of the problem property.
|
Modifier and Type | Method and Description |
---|---|
ExportResponseType |
ExportResponseType.withProblem(ExportProblemType... values) |
ExportStatusType |
ExportStatusType.withProblem(ExportProblemType... values) |
Modifier and Type | Method and Description |
---|---|
ExportResponseType |
ExportResponseType.withProblem(Collection<ExportProblemType> values) |
ExportStatusType |
ExportStatusType.withProblem(Collection<ExportProblemType> values) |
Copyright © 2017. All rights reserved.