Package org.apache.type_substitution
Class GetSedans
- java.lang.Object
-
- org.apache.type_substitution.GetSedans
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public class GetSedans extends ObjectJava class for getSedans complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getSedans"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GetSedans()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArg0()Gets the value of the arg0 property.voidsetArg0(String value)Sets the value of the arg0 property.
-
-
-
Field Detail
-
arg0
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") protected String arg0
-
-