org.ow2.dragon.dataset
Class Dataset

java.lang.Object
  extended by org.ow2.dragon.dataset.Dataset
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Dataset
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for Dataset complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Dataset">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="organisation" type="{http://dragon.ow2.org/dataset}Organization" maxOccurs="unbounded" minOccurs="0"/>
         <element name="post" type="{http://dragon.ow2.org/dataset}Post" maxOccurs="unbounded" minOccurs="0"/>
         <element name="postToOrg" type="{http://dragon.ow2.org/dataset}PostToOrg" maxOccurs="unbounded" minOccurs="0"/>
         <element name="person" type="{http://dragon.ow2.org/dataset}Person" maxOccurs="unbounded" minOccurs="0"/>
         <element name="wsdl" type="{http://dragon.ow2.org/dataset}Wsdl" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Organization> organisation
           
protected  java.util.List<Person> person
           
protected  java.util.List<Post> post
           
protected  java.util.List<PostToOrg> postToOrg
           
protected  java.util.List<Wsdl> wsdl
           
 
Constructor Summary
Dataset()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.util.List<Organization> getOrganisation()
          Gets the value of the organisation property.
 java.util.List<Person> getPerson()
          Gets the value of the person property.
 java.util.List<Post> getPost()
          Gets the value of the post property.
 java.util.List<PostToOrg> getPostToOrg()
          Gets the value of the postToOrg property.
 java.util.List<Wsdl> getWsdl()
          Gets the value of the wsdl property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

organisation

protected java.util.List<Organization> organisation

post

protected java.util.List<Post> post

postToOrg

protected java.util.List<PostToOrg> postToOrg

person

protected java.util.List<Person> person

wsdl

protected java.util.List<Wsdl> wsdl
Constructor Detail

Dataset

public Dataset()
Method Detail

getOrganisation

public java.util.List<Organization> getOrganisation()
Gets the value of the organisation 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 organisation property.

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

    getOrganisation().add(newItem);
 

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


getPost

public java.util.List<Post> getPost()
Gets the value of the post 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 post property.

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

    getPost().add(newItem);
 

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


getPostToOrg

public java.util.List<PostToOrg> getPostToOrg()
Gets the value of the postToOrg 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 postToOrg property.

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

    getPostToOrg().add(newItem);
 

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


getPerson

public java.util.List<Person> getPerson()
Gets the value of the person 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 person property.

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

    getPerson().add(newItem);
 

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


getWsdl

public java.util.List<Wsdl> getWsdl()
Gets the value of the wsdl 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 wsdl property.

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

    getWsdl().add(newItem);
 

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


toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.