|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompensationType | |
---|---|
org.ogf.graap.wsag4j.types.engine | |
org.ogf.graap.wsag4j.types.engine.impl |
Uses of CompensationType in org.ogf.graap.wsag4j.types.engine |
---|
Methods in org.ogf.graap.wsag4j.types.engine that return CompensationType | |
---|---|
CompensationType |
GuaranteeEvaluationResultType.addNewCompensation()
Appends and returns a new empty "Compensation" element |
CompensationType |
GuaranteeEvaluationResultType.getCompensation()
Gets the "Compensation" element |
static CompensationType |
CompensationType.Factory.newInstance()
|
static CompensationType |
CompensationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static CompensationType |
CompensationType.Factory.parse(File file)
|
static CompensationType |
CompensationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static CompensationType |
CompensationType.Factory.parse(InputStream is)
|
static CompensationType |
CompensationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static CompensationType |
CompensationType.Factory.parse(Node node)
|
static CompensationType |
CompensationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static CompensationType |
CompensationType.Factory.parse(Reader r)
|
static CompensationType |
CompensationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static CompensationType |
CompensationType.Factory.parse(String xmlAsString)
|
static CompensationType |
CompensationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static CompensationType |
CompensationType.Factory.parse(URL u)
|
static CompensationType |
CompensationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static CompensationType |
CompensationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static CompensationType |
CompensationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static CompensationType |
CompensationType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static CompensationType |
CompensationType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ogf.graap.wsag4j.types.engine with parameters of type CompensationType | |
---|---|
void |
GuaranteeEvaluationResultType.setCompensation(CompensationType compensation)
Sets the "Compensation" element |
Uses of CompensationType in org.ogf.graap.wsag4j.types.engine.impl |
---|
Methods in org.ogf.graap.wsag4j.types.engine.impl that return CompensationType | |
---|---|
CompensationType |
GuaranteeEvaluationResultTypeImpl.addNewCompensation()
Appends and returns a new empty "Compensation" element |
CompensationType |
GuaranteeEvaluationResultTypeImpl.getCompensation()
Gets the "Compensation" element |
Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type CompensationType | |
---|---|
void |
GuaranteeEvaluationResultTypeImpl.setCompensation(CompensationType compensation)
Sets the "Compensation" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |