@CodingStyleguideUnaware public class Text extends RichText
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://purl.oclc.org/dsdl/svrl}rich-text">
<attribute name="see" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="icon" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="fpi" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</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
| Constructor and Description |
|---|
Text() |
| Modifier and Type | Method and Description |
|---|---|
Text |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Text ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getFpi()
Gets the value of the fpi property.
|
String |
getIcon()
Gets the value of the icon property.
|
String |
getSee()
Gets the value of the see property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setFpi(String value)
Sets the value of the fpi property.
|
void |
setIcon(String value)
Sets the value of the icon property.
|
void |
setSee(String value)
Sets the value of the see property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addContent, cloneTo, getContent, getContentAtIndex, getContentCount, hasContentEntries, hasNoContentEntries, setContent@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 cloneTo(@Nonnull Text 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.Copyright © 2014–2020 Philip Helger. All rights reserved.