Package iofXml.v3
Class Leg
java.lang.Object
iofXml.v3.Leg
Defines extra information for a relay leg.
Java class for Leg complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Leg">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
</sequence>
<attribute name="minNumberOfCompetitors" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
<attribute name="maxNumberOfCompetitors" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsContainer element for custom elements from other schemas.protected BigIntegerThe maximum number of competitors in case of a parallel leg.protected BigIntegerThe minimum number of competitors in case of a parallel leg.protected StringThe name of the leg, if not sequentially named. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContainer element for custom elements from other schemas.The maximum number of competitors in case of a parallel leg.The minimum number of competitors in case of a parallel leg.getName()The name of the leg, if not sequentially named.voidsetExtensions(Extensions value) Sets the value of the extensions property.voidSets the value of the maxNumberOfCompetitors property.voidSets the value of the minNumberOfCompetitors property.voidSets the value of the name property.
-
Field Details
-
name
The name of the leg, if not sequentially named. -
extensions
Container element for custom elements from other schemas. -
minNumberOfCompetitors
The minimum number of competitors in case of a parallel leg. -
maxNumberOfCompetitors
The maximum number of competitors in case of a parallel leg.
-
-
Constructor Details
-
Leg
public Leg()
-
-
Method Details
-
getName
The name of the leg, if not sequentially named.- Returns:
- possible object is
String
-
setName
Sets the value of the name property. -
getExtensions
Container element for custom elements from other schemas.- Returns:
- possible object is
Extensions
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions- See Also:
-
getMinNumberOfCompetitors
The minimum number of competitors in case of a parallel leg.- Returns:
- possible object is
BigInteger
-
setMinNumberOfCompetitors
Sets the value of the minNumberOfCompetitors property.- Parameters:
value- allowed object isBigInteger- See Also:
-
getMaxNumberOfCompetitors
The maximum number of competitors in case of a parallel leg.- Returns:
- possible object is
BigInteger
-
setMaxNumberOfCompetitors
Sets the value of the maxNumberOfCompetitors property.- Parameters:
value- allowed object isBigInteger- See Also:
-