@CodingStyleguideUnaware public class StatementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for StatementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Statement">
<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>
</element>
</sequence>
</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
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
StatementType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
StatementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(StatementType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
StatementType.Statement |
getStatement()
Gets the value of the statement property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setStatement(StatementType.Statement value)
Sets the value of the statement property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public StatementType()
@Nullable public StatementType.Statement getStatement()
StatementType.Statementpublic void setStatement(@Nullable StatementType.Statement value)
value - allowed object is
StatementType.Statementpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull StatementType 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 clone()
Copyright © 2020 toop.eu. All rights reserved.