Package org.apache.bval.jsr.xml
Class GroupConversionType
- java.lang.Object
-
- org.apache.bval.jsr.xml.GroupConversionType
-
public class GroupConversionType extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description GroupConversionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFrom()Gets the value of the from property.StringgetTo()Gets the value of the to property.voidsetFrom(String value)Sets the value of the from property.voidsetTo(String value)Sets the value of the to property.
-