|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openprovenance.model.EmbeddedAnnotation
org.openprovenance.model.Value
public class Value
Java class for Value complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Value">
<complexContent>
<extension base="{http://openprovenance.org/model/opmx#}EmbeddedAnnotation">
<sequence>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object |
content
|
protected String |
encoding
|
| Fields inherited from class org.openprovenance.model.EmbeddedAnnotation |
|---|
account, annotation, id, property |
| Constructor Summary | |
|---|---|
Value()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
void |
equals(Object object,
EqualsBuilder equalsBuilder)
|
Object |
getContent()
Gets the value of the content property. |
String |
getEncoding()
Gets the value of the encoding property. |
int |
hashCode()
|
void |
hashCode(HashCodeBuilder hashCodeBuilder)
|
void |
setContent(Object value)
Sets the value of the content property. |
void |
setEncoding(String value)
Sets the value of the encoding property. |
String |
toString()
|
void |
toString(ToStringBuilder toStringBuilder)
|
| Methods inherited from class org.openprovenance.model.EmbeddedAnnotation |
|---|
getAccount, getAnnotation, getId, getProperty, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Object content
protected String encoding
| Constructor Detail |
|---|
public Value()
| Method Detail |
|---|
public Object getContent()
Objectpublic void setContent(Object value)
value - allowed object is
Objectpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
String
public void equals(Object object,
EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class EmbeddedAnnotationpublic boolean equals(Object object)
equals in class EmbeddedAnnotationpublic void hashCode(HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class EmbeddedAnnotationpublic int hashCode()
hashCode in class EmbeddedAnnotationpublic void toString(ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class EmbeddedAnnotationpublic String toString()
toString in class EmbeddedAnnotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||