@CodingStyleguideUnaware public class SimpleLinkType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SimpleLinkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleLinkType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.w3.org/1999/xlink}simpleAttrs"/>
</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
| Constructor and Description |
|---|
SimpleLinkType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
SimpleLinkType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SimpleLinkType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
com.helger.xsds.xlink.XLinkActuateType |
getActuate()
Gets the value of the actuate property.
|
String |
getArcrole()
Gets the value of the arcrole property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getRole()
Gets the value of the role property.
|
com.helger.xsds.xlink.XLinkShowType |
getShow()
Gets the value of the show property.
|
String |
getTitle()
Gets the value of the title property.
|
com.helger.xsds.xlink.XLinkTypeType |
getType()
Gets the value of the type property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setActuate(com.helger.xsds.xlink.XLinkActuateType value)
Sets the value of the actuate property.
|
void |
setArcrole(String value)
Sets the value of the arcrole property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setShow(com.helger.xsds.xlink.XLinkShowType value)
Sets the value of the show property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(com.helger.xsds.xlink.XLinkTypeType value)
Sets the value of the type property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SimpleLinkType()
@Nullable public com.helger.xsds.xlink.XLinkTypeType getType()
XLinkTypeTypepublic void setType(@Nullable com.helger.xsds.xlink.XLinkTypeType value)
value - allowed object is
XLinkTypeType@Nullable public String getHref()
Stringpublic void setHref(@Nullable String value)
value - allowed object is
String@Nullable public String getRole()
Stringpublic void setRole(@Nullable String value)
value - allowed object is
String@Nullable public String getArcrole()
Stringpublic void setArcrole(@Nullable String value)
value - allowed object is
String@Nullable public String getTitle()
Stringpublic void setTitle(@Nullable String value)
value - allowed object is
String@Nullable public com.helger.xsds.xlink.XLinkShowType getShow()
XLinkShowTypepublic void setShow(@Nullable com.helger.xsds.xlink.XLinkShowType value)
value - allowed object is
XLinkShowType@Nullable public com.helger.xsds.xlink.XLinkActuateType getActuate()
XLinkActuateTypepublic void setActuate(@Nullable com.helger.xsds.xlink.XLinkActuateType value)
value - allowed object is
XLinkActuateTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull SimpleLinkType 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 SimpleLinkType clone()
Copyright © 2020 TOOP. All rights reserved.