@CodingStyleguideUnaware public class Asset extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for Asset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Asset">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.w3.org/ns/odrl/2/}idAttributes"/>
<attribute name="uid" type="{http://www.w3.org/ns/odrl/2/}URIQnameQcode" />
<attribute name="relation" type="{http://www.w3.org/ns/odrl/2/}URIQnameQcode" />
<anyAttribute processContents='lax' namespace='##other'/>
</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 |
|---|
Asset()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
Asset |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Asset ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getId()
Gets the value of the id property.
|
Object |
getIdref()
Gets the value of the idref property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getRelation()
Gets the value of the relation property.
|
String |
getUid()
Gets the value of the uid property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdref(Object value)
Sets the value of the idref property.
|
void |
setRelation(String value)
Sets the value of the relation property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public Asset()
@Nullable public String getUid()
Stringpublic void setUid(@Nullable String value)
value - allowed object is
String@Nullable public String getRelation()
Stringpublic void setRelation(@Nullable String value)
value - allowed object is
String@Nullable public String getId()
Stringpublic void setId(@Nullable String value)
value - allowed object is
String@Nullable public Object getIdref()
Objectpublic void setIdref(@Nullable Object value)
value - allowed object is
Object@Nullable public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull Asset 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 © 2020 toop.eu. All rights reserved.