Package org.opentrafficsim.xml.generated
Class Compatibility
java.lang.Object
org.opentrafficsim.xml.generated.Compatibility
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
public class Compatibility
extends Object
implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="GtuType" use="required" type="{http://www.opentrafficsim.org/ots}string" /> <attribute name="Compatible" type="{http://www.opentrafficsim.org/ots}boolean" default="true" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the compatible property.Gets the value of the gtuType property.void
setCompatible
(BooleanType value) Sets the value of the compatible property.void
setGtuType
(StringType value) Sets the value of the gtuType property.
-
Field Details
-
gtuType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType gtuType -
compatible
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected BooleanType compatible
-
-
Constructor Details
-
Compatibility
public Compatibility()
-
-
Method Details
-
getGtuType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getGtuType()Gets the value of the gtuType property.- Returns:
- possible object is
String
-
setGtuType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setGtuType(StringType value) Sets the value of the gtuType property.- Parameters:
value
- allowed object isString
-
getCompatible
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public BooleanType getCompatible()Gets the value of the compatible property.- Returns:
- possible object is
String
-
setCompatible
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setCompatible(BooleanType value) Sets the value of the compatible property.- Parameters:
value
- allowed object isString
-