Class CalculationViews.CalculationView.Input.Mapping
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.CalculationViews.CalculationView.Input.Mapping
- Enclosing class:
- CalculationViews.CalculationView.Input
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the source property.Gets the value of the target property.getValue()Gets the value of the value property.voidSets the value of the source property.voidSets the value of the target property.voidSets the value of the value property.
-
Field Details
-
value
The value. -
target
The target. -
source
The source.
-
-
Constructor Details
-
Mapping
public Mapping()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isString
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isString
-