org.dmg.pmml.pmml_4_1.descr
Class Header

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

public class Header
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}Extension" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.dmg.org/PMML-4_1}Application" minOccurs="0"/>
         <element ref="{http://www.dmg.org/PMML-4_1}Annotation" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.dmg.org/PMML-4_1}Timestamp" minOccurs="0"/>
       </sequence>
       <attribute name="copyright" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Annotation> annotations
           
protected  Application application
           
protected  String copyright
           
protected  String description
           
protected  List<Extension> extensions
           
protected  Timestamp timestamp
           
 
Constructor Summary
Header()
           
 
Method Summary
 List<Annotation> getAnnotations()
          Gets the value of the annotations property.
 Application getApplication()
          Gets the value of the application property.
 String getCopyright()
          Gets the value of the copyright property.
 String getDescription()
          Gets the value of the description property.
 List<Extension> getExtensions()
          Gets the value of the extensions property.
 Timestamp getTimestamp()
          Gets the value of the timestamp property.
 void setApplication(Application value)
          Sets the value of the application property.
 void setCopyright(String value)
          Sets the value of the copyright property.
 void setDescription(String value)
          Sets the value of the description property.
 void setTimestamp(Timestamp value)
          Sets the value of the timestamp property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensions

protected List<Extension> extensions

application

protected Application application

annotations

protected List<Annotation> annotations

timestamp

protected Timestamp timestamp

copyright

protected String copyright

description

protected String description
Constructor Detail

Header

public Header()
Method Detail

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions 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 extensions property.

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

    getExtensions().add(newItem);
 

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


getApplication

public Application getApplication()
Gets the value of the application property.

Returns:
possible object is Application

setApplication

public void setApplication(Application value)
Sets the value of the application property.

Parameters:
value - allowed object is Application

getAnnotations

public List<Annotation> getAnnotations()
Gets the value of the annotations 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 annotations property.

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

    getAnnotations().add(newItem);
 

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


getTimestamp

public Timestamp getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is Timestamp

setTimestamp

public void setTimestamp(Timestamp value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is Timestamp

getCopyright

public String getCopyright()
Gets the value of the copyright property.

Returns:
possible object is String

setCopyright

public void setCopyright(String value)
Sets the value of the copyright property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


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