org.dmg.pmml.pmml_4_1.descr
Class TimeAnchor

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.TimeAnchor
All Implemented Interfaces:
Serializable

public class TimeAnchor
extends Object
implements 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>
         <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="type" type="{http://www.dmg.org/PMML-4_1}TIME-ANCHOR" />
       <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="displayName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String displayName
           
protected  BigInteger offset
           
protected  BigInteger stepsize
           
protected  List<TimeCycle> timeCycles
           
protected  List<TimeException> timeExceptions
           
protected  ENUMTIMEANCHOR type
           
 
Constructor Summary
TimeAnchor()
           
 
Method Summary
 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> getTimeCycles()
          Gets the value of the timeCycles property.
 List<TimeException> getTimeExceptions()
          Gets the value of the timeExceptions property.
 ENUMTIMEANCHOR 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(ENUMTIMEANCHOR value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeCycles

protected List<TimeCycle> timeCycles

timeExceptions

protected List<TimeException> timeExceptions

type

protected ENUMTIMEANCHOR type

offset

protected BigInteger offset

stepsize

protected BigInteger stepsize

displayName

protected String displayName
Constructor Detail

TimeAnchor

public TimeAnchor()
Method Detail

getTimeCycles

public List<TimeCycle> getTimeCycles()
Gets the value of the timeCycles 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 set method for the timeCycles property.

For example, to add a new item, do as follows:

    getTimeCycles().add(newItem);
 

Objects of the following type(s) are allowed in the list TimeCycle


getTimeExceptions

public List<TimeException> getTimeExceptions()
Gets the value of the timeExceptions 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 set method for the timeExceptions property.

For example, to add a new item, do as follows:

    getTimeExceptions().add(newItem);
 

Objects of the following type(s) are allowed in the list TimeException


getType

public ENUMTIMEANCHOR getType()
Gets the value of the type property.

Returns:
possible object is ENUMTIMEANCHOR

setType

public void setType(ENUMTIMEANCHOR value)
Sets the value of the type property.

Parameters:
value - allowed object is ENUMTIMEANCHOR

getOffset

public BigInteger getOffset()
Gets the value of the offset property.

Returns:
possible object is BigInteger

setOffset

public void setOffset(BigInteger value)
Sets the value of the offset property.

Parameters:
value - allowed object is BigInteger

getStepsize

public BigInteger getStepsize()
Gets the value of the stepsize property.

Returns:
possible object is BigInteger

setStepsize

public void setStepsize(BigInteger value)
Sets the value of the stepsize property.

Parameters:
value - allowed object is BigInteger

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.