@CodingStyleguideUnaware public class DCatAPDataServiceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for DataServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://purl.org/dc/terms/}identifier"/>
<element ref="{http://purl.org/dc/terms/}title"/>
<element ref="{http://data.europa.eu/r5r/}endpointURL" maxOccurs="unbounded"/>
<element ref="{http://purl.org/dc/terms/}description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}conformsTo" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}accessRights" minOccurs="0"/>
<element ref="{http://data.europa.eu/r5r/}endpointDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://data.europa.eu/r5r/}servesDataset" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
DCatAPDataServiceType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addConformsTo(DCStandardType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addEndpointDescription(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addEndpointURL(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addServesDataset(DCatAPDatasetType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DCatAPDataServiceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DCatAPDataServiceType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
DCRightStatementType |
getAccessRights()
Gets the value of the accessRights property.
|
List<DCStandardType> |
getConformsTo()
Gets the value of the conformsTo property.
|
DCStandardType |
getConformsToAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getConformsToCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getEndpointDescription()
Gets the value of the endpointDescription property.
|
String |
getEndpointDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEndpointDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getEndpointURL()
Gets the value of the endpointURL property.
|
String |
getEndpointURLAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEndpointURLCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getIdentifier()
Gets the value of the identifier property.
|
List<DCatAPDatasetType> |
getServesDataset()
Gets the value of the servesDataset property.
|
DCatAPDatasetType |
getServesDatasetAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getServesDatasetCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getTitle()
Gets the value of the title property.
|
boolean |
hasConformsToEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEndpointDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEndpointURLEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoConformsToEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoEndpointDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoEndpointURLEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoServesDatasetEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasServesDatasetEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAccessRights(DCRightStatementType value)
Sets the value of the accessRights property.
|
void |
setConformsTo(List<DCStandardType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEndpointDescription(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEndpointURL(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setServesDataset(List<DCatAPDatasetType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DCatAPDataServiceType()
@Nullable public String getIdentifier()
Stringpublic void setIdentifier(@Nullable String value)
value - allowed object is
String@Nullable public String getTitle()
Stringpublic void setTitle(@Nullable String value)
value - allowed object is
String@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getEndpointURL()
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 endpointURL property.
For example, to add a new item, do as follows:
getEndpointURL().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DCStandardType> getConformsTo()
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 conformsTo property.
For example, to add a new item, do as follows:
getConformsTo().add(newItem);
Objects of the following type(s) are allowed in the list
DCStandardType
@Nullable public DCRightStatementType getAccessRights()
DCRightStatementTypepublic void setAccessRights(@Nullable DCRightStatementType value)
value - allowed object is
DCRightStatementType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getEndpointDescription()
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 endpointDescription property.
For example, to add a new item, do as follows:
getEndpointDescription().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DCatAPDatasetType> getServesDataset()
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 servesDataset property.
For example, to add a new item, do as follows:
getServesDataset().add(newItem);
Objects of the following type(s) are allowed in the list
DCatAPDatasetType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setEndpointURL(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setDescription(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setConformsTo(@Nullable List<DCStandardType> aList)
aList - The new list member to set. May be null.public void setEndpointDescription(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setServesDataset(@Nullable List<DCatAPDatasetType> aList)
aList - The new list member to set. May be null.public boolean hasEndpointURLEntries()
true if at least one item is contained, false otherwise.public boolean hasNoEndpointURLEntries()
true if no item is contained, false otherwise.@Nonnegative public int getEndpointURLCount()
@Nullable public String getEndpointURLAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addEndpointURL(@Nonnull String elem)
elem - The element to be added. May not be null.public boolean hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public String getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull String elem)
elem - The element to be added. May not be null.public boolean hasConformsToEntries()
true if at least one item is contained, false otherwise.public boolean hasNoConformsToEntries()
true if no item is contained, false otherwise.@Nonnegative public int getConformsToCount()
@Nullable public DCStandardType getConformsToAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addConformsTo(@Nonnull DCStandardType elem)
elem - The element to be added. May not be null.public boolean hasEndpointDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoEndpointDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getEndpointDescriptionCount()
@Nullable public String getEndpointDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addEndpointDescription(@Nonnull String elem)
elem - The element to be added. May not be null.public boolean hasServesDatasetEntries()
true if at least one item is contained, false otherwise.public boolean hasNoServesDatasetEntries()
true if no item is contained, false otherwise.@Nonnegative public int getServesDatasetCount()
@Nullable public DCatAPDatasetType getServesDatasetAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addServesDataset(@Nonnull DCatAPDatasetType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull DCatAPDataServiceType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public DCatAPDataServiceType clone()
Copyright © 2020 toop.eu. All rights reserved.