@CodingStyleguideUnaware public class DiagnosticReference extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DiagnosticReference()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(Object elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DiagnosticReference |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DiagnosticReference 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
|
List<Object> |
getContent()
Gets the value of the content property.
|
Object |
getContentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getContentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getDiagnostic()
Gets the value of the diagnostic property.
|
String |
getFpi()
Gets the value of the fpi property.
|
String |
getIcon()
Gets the value of the icon property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getSee()
Gets the value of the see property.
|
String |
getSpace()
Gets the value of the space property.
|
boolean |
hasContentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoContentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setContent(List<Object> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDiagnostic(String value)
Sets the value of the diagnostic property.
|
void |
setFpi(String value)
Sets the value of the fpi property.
|
void |
setIcon(String value)
Sets the value of the icon property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setSee(String value)
Sets the value of the see property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DiagnosticReference()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<Object> getContent()
Text
String@Nullable public String getDiagnostic()
Stringpublic void setDiagnostic(@Nullable String value)
value - allowed object is
String@Nullable public String getLang()
Stringpublic void setLang(@Nullable String value)
value - allowed object is
String@Nullable public String getSpace()
Stringpublic void setSpace(@Nullable String value)
value - allowed object is
String@Nullable public String getSee()
Stringpublic void setSee(@Nullable String value)
value - allowed object is
String@Nullable public String getIcon()
Stringpublic void setIcon(@Nullable String value)
value - allowed object is
String@Nullable public String getFpi()
Stringpublic void setFpi(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setContent(@Nullable List<Object> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasContentEntries()
public boolean hasNoContentEntries()
@Nonnegative public int getContentCount()
@Nullable public Object getContentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addContent(@Nonnull Object elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull DiagnosticReference ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DiagnosticReference clone()
Copyright © 2014–2021 Philip Helger. All rights reserved.