@CodingStyleguideUnaware public static class DCatAPCatalogRecordType.CatalogRecord extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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://xmlns.com/foaf/0.1/}primaryTopic"/>
<element ref="{http://purl.org/dc/terms/}modified"/>
<element ref="{http://purl.org/dc/terms/}conformsTo" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/adms#}status" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}issued" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}description" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}language" maxOccurs="unbounded"/>
<element ref="{http://purl.org/dc/terms/}source"/>
<element ref="{http://purl.org/dc/terms/}title" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about"/>
<attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}nodeID"/>
</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 |
|---|
CatalogRecord()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addLanguage(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DCatAPCatalogRecordType.CatalogRecord |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DCatAPCatalogRecordType.CatalogRecord ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getAbout()
Gets the value of the about property.
|
DCStandardType |
getConformsTo()
Gets the value of the conformsTo property.
|
String |
getConformsToValue()
Get the value of the contained DCStandardType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getDescription()
Gets the value of the description property.
|
XMLGregorianCalendar |
getIssued()
Gets the value of the issued property.
|
List<String> |
getLanguage()
Gets the value of the language property.
|
String |
getLanguageAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLanguageCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
XMLGregorianCalendar |
getModified()
Gets the value of the modified property.
|
String |
getNodeID()
Gets the value of the nodeID property.
|
Object |
getPrimaryTopic()
Gets the value of the primaryTopic property.
|
ConceptType |
getSource()
Gets the value of the source property.
|
ConceptType |
getStatus()
Gets the value of the status property.
|
String |
getTitle()
Gets the value of the title property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasLanguageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLanguageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAbout(String value)
Sets the value of the about property.
|
void |
setConformsTo(DCStandardType value)
Sets the value of the conformsTo property.
|
DCStandardType |
setConformsTo(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIssued(XMLGregorianCalendar value)
Sets the value of the issued property.
|
void |
setLanguage(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setModified(XMLGregorianCalendar value)
Sets the value of the modified property.
|
void |
setNodeID(String value)
Sets the value of the nodeID property.
|
void |
setPrimaryTopic(Object value)
Sets the value of the primaryTopic property.
|
void |
setSource(ConceptType value)
Sets the value of the source property.
|
void |
setStatus(ConceptType value)
Sets the value of the status property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CatalogRecord()
@Nullable public Object getPrimaryTopic()
Objectpublic void setPrimaryTopic(@Nullable Object value)
value - allowed object is
Object@Nullable public XMLGregorianCalendar getModified()
XMLGregorianCalendarpublic void setModified(@Nullable XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Nullable public DCStandardType getConformsTo()
DCStandardTypepublic void setConformsTo(@Nullable DCStandardType value)
value - allowed object is
DCStandardType@Nullable public ConceptType getStatus()
ConceptTypepublic void setStatus(@Nullable ConceptType value)
value - allowed object is
ConceptType@Nullable public XMLGregorianCalendar getIssued()
XMLGregorianCalendarpublic void setIssued(@Nullable XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Nullable public String getDescription()
Stringpublic void setDescription(@Nullable String value)
value - allowed object is
String@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getLanguage()
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 language property.
For example, to add a new item, do as follows:
getLanguage().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nullable public ConceptType getSource()
ConceptTypepublic void setSource(@Nullable ConceptType value)
value - allowed object is
ConceptType@Nullable public String getTitle()
Stringpublic void setTitle(@Nullable String value)
value - allowed object is
String@Nullable public String getAbout()
Stringpublic void setAbout(@Nullable String value)
value - allowed object is
String@Nullable public String getNodeID()
Stringpublic void setNodeID(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setLanguage(@Nullable List<String> aList)
aList - The new list member to set. May be null.public boolean hasLanguageEntries()
true if at least one item is contained, false otherwise.public boolean hasNoLanguageEntries()
true if no item is contained, false otherwise.@Nonnegative public int getLanguageCount()
@Nullable public String getLanguageAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addLanguage(@Nonnull String elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull DCatAPCatalogRecordType.CatalogRecord 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 DCatAPCatalogRecordType.CatalogRecord clone()
@Nonnull public DCStandardType setConformsTo(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2020 toop.eu. All rights reserved.