public class TimeCycle extends PMMLObject implements com.sun.xml.bind.Locatable
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>
<group ref="{http://www.dmg.org/PMML-4_1}INT-ARRAY" minOccurs="0"/>
</sequence>
<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" />
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Array |
array |
protected String |
displayName |
protected Integer |
length |
protected Locator |
locator |
protected ValidTimeSpecType |
type |
| Constructor and Description |
|---|
TimeCycle() |
| Modifier and Type | Method and Description |
|---|---|
Array |
getArray()
Gets the value of the array property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
Integer |
getLength()
Gets the value of the length property.
|
ValidTimeSpecType |
getType()
Gets the value of the type property.
|
void |
setArray(Array value)
Sets the value of the array property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setLength(Integer value)
Sets the value of the length property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setType(ValidTimeSpecType value)
Sets the value of the type property.
|
Locator |
sourceLocation() |
protected Array array
protected Integer length
protected ValidTimeSpecType type
protected String displayName
protected Locator locator
public Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic Integer getLength()
Stringpublic void setLength(Integer value)
value - allowed object is
Stringpublic ValidTimeSpecType getType()
ValidTimeSpecTypepublic void setType(ValidTimeSpecType value)
value - allowed object is
ValidTimeSpecTypepublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectCopyright © 2013 University of Tartu. All Rights Reserved.