Package com.helger.regrep.rim
Class SimpleLinkType
- java.lang.Object
-
- com.helger.regrep.rim.SimpleLinkType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class SimpleLinkType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Incorporates the attributes defined for use in simple XLink elements. The xlink:role attribute should be included to indicate the WSDL version of the target document (e.g. xlink:role="http://www.w3.org/2005/08/wsdl").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-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleLinkType()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleLinkTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(SimpleLinkType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodecom.helger.xsds.xlink.XLinkActuateTypegetActuate()Gets the value of the actuate property.StringgetArcrole()Gets the value of the arcrole property.StringgetHref()Gets the value of the href property.StringgetRole()Gets the value of the role property.com.helger.xsds.xlink.XLinkShowTypegetShow()Gets the value of the show property.StringgetTitle()Gets the value of the title property.com.helger.xsds.xlink.XLinkTypeTypegetType()Gets the value of the type property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetActuate(com.helger.xsds.xlink.XLinkActuateType value)Sets the value of the actuate property.voidsetArcrole(String value)Sets the value of the arcrole property.voidsetHref(String value)Sets the value of the href property.voidsetRole(String value)Sets the value of the role property.voidsetShow(com.helger.xsds.xlink.XLinkShowType value)Sets the value of the show property.voidsetTitle(String value)Sets the value of the title property.voidsetType(com.helger.xsds.xlink.XLinkTypeType value)Sets the value of the type property.StringtoString()Created by ph-jaxb-plugin -Xph-tostring
-
-
-
Method Detail
-
getType
@Nullable public com.helger.xsds.xlink.XLinkTypeType getType()
Gets the value of the type property.- Returns:
- possible object is
XLinkTypeType
-
setType
public void setType(@Nullable com.helger.xsds.xlink.XLinkTypeType value)
Sets the value of the type property.- Parameters:
value- allowed object isXLinkTypeType
-
getHref
@Nullable public String getHref()
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
public void setHref(@Nullable String value)
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getRole
@Nullable public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(@Nullable String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getArcrole
@Nullable public String getArcrole()
Gets the value of the arcrole property.- Returns:
- possible object is
String
-
setArcrole
public void setArcrole(@Nullable String value)
Sets the value of the arcrole property.- Parameters:
value- allowed object isString
-
getTitle
@Nullable public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(@Nullable String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getShow
@Nullable public com.helger.xsds.xlink.XLinkShowType getShow()
Gets the value of the show property.- Returns:
- possible object is
XLinkShowType
-
setShow
public void setShow(@Nullable com.helger.xsds.xlink.XLinkShowType value)
Sets the value of the show property.- Parameters:
value- allowed object isXLinkShowType
-
getActuate
@Nullable public com.helger.xsds.xlink.XLinkActuateType getActuate()
Gets the value of the actuate property.- Returns:
- possible object is
XLinkActuateType
-
setActuate
public void setActuate(@Nullable com.helger.xsds.xlink.XLinkActuateType value)
Sets the value of the actuate property.- Parameters:
value- allowed object isXLinkActuateType
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull SimpleLinkType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public SimpleLinkType clone()
Created by ph-jaxb-plugin -Xph-cloneable2
-
-