public class TimeAnchor extends Object
Java class for TimeAnchor element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="TimeAnchor">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_1}TimeCycle" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}TimeException" maxOccurs="2" minOccurs="0"/>
</sequence>
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="offset" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="stepsize" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="type" type="{http://www.dmg.org/PMML-4_1}TIME-ANCHOR" />
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
TimeAnchor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
BigInteger |
getOffset()
Gets the value of the offset property.
|
BigInteger |
getStepsize()
Gets the value of the stepsize property.
|
List<TimeCycle> |
getTimeCycle()
Gets the value of the timeCycle property.
|
List<TimeException> |
getTimeException()
Gets the value of the timeException property.
|
TIMEANCHOR2 |
getType()
Gets the value of the type property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setOffset(BigInteger value)
Sets the value of the offset property.
|
void |
setStepsize(BigInteger value)
Sets the value of the stepsize property.
|
void |
setType(TIMEANCHOR2 value)
Sets the value of the type property.
|
public List<TimeCycle> getTimeCycle()
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 set method for the timeCycle property.
For example, to add a new item, do as follows:
getTimeCycle().add(newItem);
Objects of the following type(s) are allowed in the list
TimeCycle
public List<TimeException> getTimeException()
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 set method for the timeException property.
For example, to add a new item, do as follows:
getTimeException().add(newItem);
Objects of the following type(s) are allowed in the list
TimeException
public String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic BigInteger getOffset()
BigIntegerpublic void setOffset(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getStepsize()
BigIntegerpublic void setStepsize(BigInteger value)
value - allowed object is
BigIntegerpublic TIMEANCHOR2 getType()
TIMEANCHOR public void setType(TIMEANCHOR2 value)
value - allowed object is
TIMEANCHOR Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.