@CodingStyleguideUnaware public static class StatementType.Statement 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 name="subject">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}resource use="required""/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="predicate">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}resource use="required""/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="object">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}datatype"/>
<attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}resource"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about"/>
</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
| Modifier and Type | Class and Description |
|---|---|
static class |
StatementType.Statement.Object
Java class for anonymous complex type.
|
static class |
StatementType.Statement.Predicate
Java class for anonymous complex type.
|
static class |
StatementType.Statement.Subject
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
Statement()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
StatementType.Statement |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(StatementType.Statement ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getAbout()
Gets the value of the about property.
|
StatementType.Statement.Object |
getObject()
Gets the value of the object property.
|
String |
getObjectValue()
Get the value of the contained Object object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
StatementType.Statement.Predicate |
getPredicate()
Gets the value of the predicate property.
|
StatementType.Statement.Subject |
getSubject()
Gets the value of the subject property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAbout(String value)
Sets the value of the about property.
|
void |
setObject(StatementType.Statement.Object value)
Sets the value of the object property.
|
StatementType.Statement.Object |
setObject(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPredicate(StatementType.Statement.Predicate value)
Sets the value of the predicate property.
|
void |
setSubject(StatementType.Statement.Subject value)
Sets the value of the subject property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public Statement()
@Nullable public StatementType.Statement.Subject getSubject()
StatementType.Statement.Subjectpublic void setSubject(@Nullable StatementType.Statement.Subject value)
value - allowed object is
StatementType.Statement.Subject@Nullable public StatementType.Statement.Predicate getPredicate()
StatementType.Statement.Predicatepublic void setPredicate(@Nullable StatementType.Statement.Predicate value)
value - allowed object is
StatementType.Statement.Predicate@Nullable public StatementType.Statement.Object getObject()
StatementType.Statement.Objectpublic void setObject(@Nullable StatementType.Statement.Object value)
value - allowed object is
StatementType.Statement.Object@Nullable public String getAbout()
Stringpublic void setAbout(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull StatementType.Statement 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 StatementType.Statement clone()
@Nonnull public StatementType.Statement.Object setObject(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2020 toop.eu. All rights reserved.