@CodingStyleguideUnaware public class RegulationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
RegulationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
RegulationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RegulationType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
LegalReferenceType |
getLegalReference()
<pre>
<?
|
String |
getLegalReferenceValue()
Get the value of the contained LegalReferenceType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
NameType |
getName()
<pre>
<?
|
String |
getNameValue()
Get the value of the contained NameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
OntologyURIType |
getOntologyURI()
<pre>
<?
|
String |
getOntologyURIValue()
Get the value of the contained OntologyURIType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setLegalReference(LegalReferenceType value)
Sets the value of the legalReference property.
|
LegalReferenceType |
setLegalReference(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setName(NameType value)
Sets the value of the name property.
|
NameType |
setName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setOntologyURI(OntologyURIType value)
Sets the value of the ontologyURI property.
|
OntologyURIType |
setOntologyURI(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RegulationType()
@Nullable public NameType getName()
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public LegalReferenceType getLegalReference()
LegalReferenceTypepublic void setLegalReference(@Nullable LegalReferenceType value)
value - allowed object is
LegalReferenceType@Nullable public OntologyURIType getOntologyURI()
OntologyURITypepublic void setOntologyURI(@Nullable OntologyURIType value)
value - allowed object is
OntologyURITypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull RegulationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RegulationType clone()
@Nonnull public OntologyURIType setOntologyURI(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public LegalReferenceType setLegalReference(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public NameType setName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getNameValue()
@Nullable public String getLegalReferenceValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.