Package weka.core.pmml.jaxbbindings
Class TimeCycle
java.lang.Object
weka.core.pmml.jaxbbindings.TimeCycle
Java class for TimeCycle element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="TimeCycle"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.dmg.org/PMML-4_1}INT-ARRAY" minOccurs="0"/> </sequence> <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="length" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" /> <attribute name="type" type="{http://www.dmg.org/PMML-4_1}VALID-TIME-SPEC" /> </restriction> </complexContent> </complexType> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetArray()
Gets the value of the array property.Gets the value of the displayName property.Gets the value of the length property.getType()
Gets the value of the type property.void
Sets the value of the array property.void
setDisplayName
(String value) Sets the value of the displayName property.void
setLength
(BigInteger value) Sets the value of the length property.void
setType
(VALIDTIMESPEC value) Sets the value of the type property.
-
Constructor Details
-
TimeCycle
public TimeCycle()
-
-
Method Details
-
getArray
Gets the value of the array property.- Returns:
- possible object is
ArrayType
-
setArray
Sets the value of the array property.- Parameters:
value
- allowed object isArrayType
-
getDisplayName
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
Sets the value of the displayName property.- Parameters:
value
- allowed object isString
-
getLength
Gets the value of the length property.- Returns:
- possible object is
BigInteger
-
setLength
Sets the value of the length property.- Parameters:
value
- allowed object isBigInteger
-
getType
Gets the value of the type property.- Returns:
- possible object is
VALIDTIMESPEC
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isVALIDTIMESPEC
-