@CodingStyleguideUnaware public class DCatAPCatalogRecordType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for CatalogRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CatalogRecordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CatalogRecord" minOccurs="0">
<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>
</element>
</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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Modifier and Type | Class and Description |
|---|---|
static class |
DCatAPCatalogRecordType.CatalogRecord
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
DCatAPCatalogRecordType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
DCatAPCatalogRecordType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DCatAPCatalogRecordType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
DCatAPCatalogRecordType.CatalogRecord |
getCatalogRecord()
Gets the value of the catalogRecord property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCatalogRecord(DCatAPCatalogRecordType.CatalogRecord value)
Sets the value of the catalogRecord property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DCatAPCatalogRecordType()
@Nullable public DCatAPCatalogRecordType.CatalogRecord getCatalogRecord()
DCatAPCatalogRecordType.CatalogRecordpublic void setCatalogRecord(@Nullable DCatAPCatalogRecordType.CatalogRecord value)
value - allowed object is
DCatAPCatalogRecordType.CatalogRecordpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DCatAPCatalogRecordType 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 clone()
Copyright © 2020 toop.eu. All rights reserved.