|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.dataset.Dataset
public class Dataset
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 |
|---|
protected java.util.List<Organization> organisation
protected java.util.List<Post> post
protected java.util.List<PostToOrg> postToOrg
protected java.util.List<Person> person
protected java.util.List<Wsdl> wsdl
| Constructor Detail |
|---|
public Dataset()
| Method Detail |
|---|
public java.util.List<Organization> getOrganisation()
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
public java.util.List<Post> getPost()
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
public java.util.List<PostToOrg> getPostToOrg()
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
public java.util.List<Person> getPerson()
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
public java.util.List<Wsdl> getWsdl()
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
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||