Class LINK
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-24T05:08:34+01:00",
comments="JAXB RI v2.3.0")
public class LINK
extends java.lang.Object
implements java.io.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">
<sequence>
<choice>
<element name="STRAIGHT" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="BEZIER">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="STARTDIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" />
<attribute name="ENDDIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" />
<attribute name="NUMSEGMENTS" type="{http://www.w3.org/2001/XMLSchema}integer" default="64" />
<attribute name="SHAPE" type="{http://www.opentrafficsim.org/ots}POSITIVEDOUBLE" default="1.0" />
<attribute name="WEIGHTED" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="CLOTHOID">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="STARTDIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" />
<attribute name="STARTCURVATURE" use="required" type="{http://www.opentrafficsim.org/ots}PERLENGTHTYPE" />
<attribute name="ENDDIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" />
<attribute name="ENDCURVATURE" use="required" type="{http://www.opentrafficsim.org/ots}PERLENGTHTYPE" />
<attribute name="LENGTH" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" />
<attribute name="ENDELEVATION" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" />
<attribute name="NUMSEGMENTS" type="{http://www.w3.org/2001/XMLSchema}integer" default="64" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="ARC">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="RADIUS" use="required" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" />
<attribute name="DIRECTION" use="required" type="{http://www.opentrafficsim.org/ots}LEFTRIGHTTYPE" />
<attribute name="NUMSEGMENTS" type="{http://www.w3.org/2001/XMLSchema}integer" default="64" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="POLYLINE">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="COORDINATE" type="{http://www.opentrafficsim.org/ots}COORDINATETYPE"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<choice>
<element name="ROADLAYOUT">
<complexType>
<complexContent>
<extension base="{http://www.opentrafficsim.org/ots}BASICROADLAYOUT">
</extension>
</complexContent>
</complexType>
</element>
<sequence>
<element name="DEFINEDLAYOUT" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LANEOVERRIDE" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opentrafficsim.org/ots}SPEEDLIMIT" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="LANE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</choice>
<element name="TRAFFICLIGHT" type="{http://www.opentrafficsim.org/ots}TRAFFICLIGHTTYPE" maxOccurs="unbounded" minOccurs="0"/>
<element name="TRAFFICLIGHTSENSOR" type="{http://www.opentrafficsim.org/ots}TRAFFICLIGHTSENSORTYPE" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="NODESTART" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="NODEEND" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="OFFSETSTART" type="{http://www.opentrafficsim.org/ots}LENGTHTYPE" default="0.0 m" />
<attribute name="OFFSETEND" type="{http://www.opentrafficsim.org/ots}LENGTHTYPE" default="0.0 m" />
<attribute name="LANEKEEPING" type="{http://www.opentrafficsim.org/ots}LANEKEEPINGTYPE" default="KEEPRIGHT" />
<attribute name="PRIORITY" type="{http://www.opentrafficsim.org/ots}PRIORITYTYPE" />
<attribute name="FIXGRADUALOFFSET" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="CONFLICTID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLINK.ARCJava class for anonymous complex type.static classLINK.BEZIERJava class for anonymous complex type.static classLINK.CLOTHOIDJava class for anonymous complex type.static classLINK.LANEOVERRIDEJava class for anonymous complex type.static classLINK.POLYLINEJava class for anonymous complex type.static classLINK.ROADLAYOUTJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected LINK.ARCarcprotected java.lang.Stringbaseprotected LINK.BEZIERbezierprotected LINK.CLOTHOIDclothoidprotected java.lang.Stringconflictidprotected java.lang.Stringdefinedlayoutprotected java.lang.Booleanfixgradualoffsetprotected java.lang.Stringidprotected LaneKeepingTypelanekeepingprotected java.util.List<LINK.LANEOVERRIDE>laneoverrideprotected java.lang.Stringnodeendprotected java.lang.Stringnodestartprotected Lengthoffsetendprotected Lengthoffsetstartprotected LINK.POLYLINEpolylineprotected java.lang.Stringpriorityprotected LINK.ROADLAYOUTroadlayoutprotected java.lang.Objectstraightprotected java.util.List<TRAFFICLIGHTTYPE>trafficlightprotected java.util.List<TRAFFICLIGHTSENSORTYPE>trafficlightsensorprotected java.lang.Stringtype -
Constructor Summary
Constructors Constructor Description LINK() -
Method Summary
Modifier and Type Method Description LINK.ARCgetARC()Gets the value of the arc property.java.lang.StringgetBase()Gets the value of the base property.LINK.BEZIERgetBEZIER()Gets the value of the bezier property.LINK.CLOTHOIDgetCLOTHOID()Gets the value of the clothoid property.java.lang.StringgetCONFLICTID()Gets the value of the conflictid property.java.lang.StringgetDEFINEDLAYOUT()Gets the value of the definedlayout property.java.lang.StringgetID()Gets the value of the id property.LaneKeepingTypegetLANEKEEPING()Gets the value of the lanekeeping property.java.util.List<LINK.LANEOVERRIDE>getLANEOVERRIDE()Gets the value of the laneoverride property.java.lang.StringgetNODEEND()Gets the value of the nodeend property.java.lang.StringgetNODESTART()Gets the value of the nodestart property.LengthgetOFFSETEND()Gets the value of the offsetend property.LengthgetOFFSETSTART()Gets the value of the offsetstart property.LINK.POLYLINEgetPOLYLINE()Gets the value of the polyline property.java.lang.StringgetPRIORITY()Gets the value of the priority property.LINK.ROADLAYOUTgetROADLAYOUT()Gets the value of the roadlayout property.java.lang.ObjectgetSTRAIGHT()Gets the value of the straight property.java.util.List<TRAFFICLIGHTTYPE>getTRAFFICLIGHT()Gets the value of the trafficlight property.java.util.List<TRAFFICLIGHTSENSORTYPE>getTRAFFICLIGHTSENSOR()Gets the value of the trafficlightsensor property.java.lang.StringgetTYPE()Gets the value of the type property.booleanisFIXGRADUALOFFSET()Gets the value of the fixgradualoffset property.voidsetARC(LINK.ARC value)Sets the value of the arc property.voidsetBase(java.lang.String value)Sets the value of the base property.voidsetBEZIER(LINK.BEZIER value)Sets the value of the bezier property.voidsetCLOTHOID(LINK.CLOTHOID value)Sets the value of the clothoid property.voidsetCONFLICTID(java.lang.String value)Sets the value of the conflictid property.voidsetDEFINEDLAYOUT(java.lang.String value)Sets the value of the definedlayout property.voidsetFIXGRADUALOFFSET(java.lang.Boolean value)Sets the value of the fixgradualoffset property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetLANEKEEPING(LaneKeepingType value)Sets the value of the lanekeeping property.voidsetNODEEND(java.lang.String value)Sets the value of the nodeend property.voidsetNODESTART(java.lang.String value)Sets the value of the nodestart property.voidsetOFFSETEND(Length value)Sets the value of the offsetend property.voidsetOFFSETSTART(Length value)Sets the value of the offsetstart property.voidsetPOLYLINE(LINK.POLYLINE value)Sets the value of the polyline property.voidsetPRIORITY(java.lang.String value)Sets the value of the priority property.voidsetROADLAYOUT(LINK.ROADLAYOUT value)Sets the value of the roadlayout property.voidsetSTRAIGHT(java.lang.Object value)Sets the value of the straight property.voidsetTYPE(java.lang.String value)Sets the value of the type property.
-
Field Details
-
straight
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.Object straight -
bezier
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected LINK.BEZIER bezier -
clothoid
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected LINK.CLOTHOID clothoid -
arc
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected LINK.ARC arc -
polyline
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected LINK.POLYLINE polyline -
roadlayout
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected LINK.ROADLAYOUT roadlayout -
definedlayout
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String definedlayout -
laneoverride
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.util.List<LINK.LANEOVERRIDE> laneoverride -
trafficlight
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.util.List<TRAFFICLIGHTTYPE> trafficlight -
trafficlightsensor
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.util.List<TRAFFICLIGHTSENSORTYPE> trafficlightsensor -
id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String id -
type
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String type -
nodestart
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String nodestart -
nodeend
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String nodeend -
offsetstart
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected Length offsetstart -
offsetend
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected Length offsetend -
lanekeeping
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected LaneKeepingType lanekeeping -
priority
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String priority -
fixgradualoffset
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.Boolean fixgradualoffset -
conflictid
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String conflictid -
base
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String base
-
-
Constructor Details
-
LINK
public LINK()
-
-
Method Details
-
getSTRAIGHT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.Object getSTRAIGHT()Gets the value of the straight property.- Returns:
- possible object is
Object
-
setSTRAIGHT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setSTRAIGHT(java.lang.Object value)Sets the value of the straight property.- Parameters:
value- allowed object isObject
-
getBEZIER
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public LINK.BEZIER getBEZIER()Gets the value of the bezier property.- Returns:
- possible object is
LINK.BEZIER
-
setBEZIER
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setBEZIER(LINK.BEZIER value)Sets the value of the bezier property.- Parameters:
value- allowed object isLINK.BEZIER
-
getCLOTHOID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public LINK.CLOTHOID getCLOTHOID()Gets the value of the clothoid property.- Returns:
- possible object is
LINK.CLOTHOID
-
setCLOTHOID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setCLOTHOID(LINK.CLOTHOID value)Sets the value of the clothoid property.- Parameters:
value- allowed object isLINK.CLOTHOID
-
getARC
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public LINK.ARC getARC()Gets the value of the arc property.- Returns:
- possible object is
LINK.ARC
-
setARC
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setARC(LINK.ARC value)Sets the value of the arc property.- Parameters:
value- allowed object isLINK.ARC
-
getPOLYLINE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public LINK.POLYLINE getPOLYLINE()Gets the value of the polyline property.- Returns:
- possible object is
LINK.POLYLINE
-
setPOLYLINE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setPOLYLINE(LINK.POLYLINE value)Sets the value of the polyline property.- Parameters:
value- allowed object isLINK.POLYLINE
-
getROADLAYOUT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public LINK.ROADLAYOUT getROADLAYOUT()Gets the value of the roadlayout property.- Returns:
- possible object is
LINK.ROADLAYOUT
-
setROADLAYOUT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setROADLAYOUT(LINK.ROADLAYOUT value)Sets the value of the roadlayout property.- Parameters:
value- allowed object isLINK.ROADLAYOUT
-
getDEFINEDLAYOUT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getDEFINEDLAYOUT()Gets the value of the definedlayout property.- Returns:
- possible object is
String
-
setDEFINEDLAYOUT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setDEFINEDLAYOUT(java.lang.String value)Sets the value of the definedlayout property.- Parameters:
value- allowed object isString
-
getLANEOVERRIDE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.util.List<LINK.LANEOVERRIDE> getLANEOVERRIDE()Gets the value of the laneoverride property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the laneoverride property.For example, to add a new item, do as follows:
getLANEOVERRIDE().add(newItem);Objects of the following type(s) are allowed in the list
LINK.LANEOVERRIDE -
getTRAFFICLIGHT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.util.List<TRAFFICLIGHTTYPE> getTRAFFICLIGHT()Gets the value of the trafficlight property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the trafficlight property.For example, to add a new item, do as follows:
getTRAFFICLIGHT().add(newItem);Objects of the following type(s) are allowed in the list
TRAFFICLIGHTTYPE -
getTRAFFICLIGHTSENSOR
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.util.List<TRAFFICLIGHTSENSORTYPE> getTRAFFICLIGHTSENSOR()Gets the value of the trafficlightsensor property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the trafficlightsensor property.For example, to add a new item, do as follows:
getTRAFFICLIGHTSENSOR().add(newItem);Objects of the following type(s) are allowed in the list
TRAFFICLIGHTSENSORTYPE -
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setID(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
getTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getTYPE()Gets the value of the type property.- Returns:
- possible object is
String
-
setTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setTYPE(java.lang.String value)Sets the value of the type property.- Parameters:
value- allowed object isString
-
getNODESTART
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getNODESTART()Gets the value of the nodestart property.- Returns:
- possible object is
String
-
setNODESTART
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setNODESTART(java.lang.String value)Sets the value of the nodestart property.- Parameters:
value- allowed object isString
-
getNODEEND
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getNODEEND()Gets the value of the nodeend property.- Returns:
- possible object is
String
-
setNODEEND
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setNODEEND(java.lang.String value)Sets the value of the nodeend property.- Parameters:
value- allowed object isString
-
getOFFSETSTART
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public Length getOFFSETSTART()Gets the value of the offsetstart property.- Returns:
- possible object is
String
-
setOFFSETSTART
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setOFFSETSTART(Length value)Sets the value of the offsetstart property.- Parameters:
value- allowed object isString
-
getOFFSETEND
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public Length getOFFSETEND()Gets the value of the offsetend property.- Returns:
- possible object is
String
-
setOFFSETEND
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setOFFSETEND(Length value)Sets the value of the offsetend property.- Parameters:
value- allowed object isString
-
getLANEKEEPING
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public LaneKeepingType getLANEKEEPING()Gets the value of the lanekeeping property.- Returns:
- possible object is
String
-
setLANEKEEPING
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setLANEKEEPING(LaneKeepingType value)Sets the value of the lanekeeping property.- Parameters:
value- allowed object isString
-
getPRIORITY
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getPRIORITY()Gets the value of the priority property.- Returns:
- possible object is
String
-
setPRIORITY
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setPRIORITY(java.lang.String value)Sets the value of the priority property.- Parameters:
value- allowed object isString
-
isFIXGRADUALOFFSET
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public boolean isFIXGRADUALOFFSET()Gets the value of the fixgradualoffset property.- Returns:
- possible object is
Boolean
-
setFIXGRADUALOFFSET
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setFIXGRADUALOFFSET(java.lang.Boolean value)Sets the value of the fixgradualoffset property.- Parameters:
value- allowed object isBoolean
-
getCONFLICTID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getCONFLICTID()Gets the value of the conflictid property.- Returns:
- possible object is
String
-
setCONFLICTID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setCONFLICTID(java.lang.String value)Sets the value of the conflictid property.- Parameters:
value- allowed object isString
-
getBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getBase()Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setBase(java.lang.String value)Sets the value of the base property.- Parameters:
value- allowed object isString
-