@CodingStyleguideUnaware public class PropertyReference extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://purl.oclc.org/dsdl/svrl}text"/>
</sequence>
<attribute name="property" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="role" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="scheme" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</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
| Constructor and Description |
|---|
PropertyReference() |
| Modifier and Type | Method and Description |
|---|---|
PropertyReference |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PropertyReference ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getProperty()
Gets the value of the property property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getScheme()
Gets the value of the scheme property.
|
Text |
getText()
Gets the value of the text property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setProperty(String value)
Sets the value of the property property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setScheme(String value)
Sets the value of the scheme property.
|
void |
setText(Text value)
Sets the value of the text property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
@Nullable public Text getText()
Textpublic void setText(@Nullable Text value)
value - allowed object is
Text@Nullable public String getProperty()
Stringpublic void setProperty(@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 getScheme()
Stringpublic void setScheme(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull PropertyReference 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 PropertyReference clone()
Copyright © 2014–2020 Philip Helger. All rights reserved.