Class GroupConversionType
java.lang.Object
de.hybris.platform.validation.internal.xml.binding.GroupConversionType
Java class for groupConversionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupConversionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="to" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
from
-
to
-
-
Constructor Details
-
GroupConversionType
public GroupConversionType()
-
-
Method Details
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isString
-