public class Validation extends Object
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://www.fedora.info/definitions/1/0/management/}asOfDateTime" minOccurs="0"/>
<element ref="{http://www.fedora.info/definitions/1/0/management/}contentModels"/>
<element ref="{http://www.fedora.info/definitions/1/0/management/}problems"/>
<element ref="{http://www.fedora.info/definitions/1/0/management/}datastreamProblems"/>
</sequence>
<attribute name="pid" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="valid" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
asOfDateTime |
protected ContentModels |
contentModels |
protected DatastreamProblems |
datastreamProblems |
protected String |
pid |
protected Problems |
problems |
protected boolean |
valid |
| Constructor and Description |
|---|
Validation() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getAsOfDateTime()
Gets the value of the asOfDateTime property.
|
ContentModels |
getContentModels()
Gets the value of the contentModels property.
|
DatastreamProblems |
getDatastreamProblems()
Gets the value of the datastreamProblems property.
|
String |
getPid()
Gets the value of the pid property.
|
Problems |
getProblems()
Gets the value of the problems property.
|
boolean |
isValid()
Gets the value of the valid property.
|
void |
setAsOfDateTime(XMLGregorianCalendar value)
Sets the value of the asOfDateTime property.
|
void |
setContentModels(ContentModels value)
Sets the value of the contentModels property.
|
void |
setDatastreamProblems(DatastreamProblems value)
Sets the value of the datastreamProblems property.
|
void |
setPid(String value)
Sets the value of the pid property.
|
void |
setProblems(Problems value)
Sets the value of the problems property.
|
void |
setValid(boolean value)
Sets the value of the valid property.
|
protected XMLGregorianCalendar asOfDateTime
protected ContentModels contentModels
protected Problems problems
protected DatastreamProblems datastreamProblems
protected String pid
protected boolean valid
public XMLGregorianCalendar getAsOfDateTime()
XMLGregorianCalendarpublic void setAsOfDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ContentModels getContentModels()
ContentModelspublic void setContentModels(ContentModels value)
value - allowed object is
ContentModelspublic Problems getProblems()
Problemspublic void setProblems(Problems value)
value - allowed object is
Problemspublic DatastreamProblems getDatastreamProblems()
DatastreamProblemspublic void setDatastreamProblems(DatastreamProblems value)
value - allowed object is
DatastreamProblemspublic void setPid(String value)
value - allowed object is
Stringpublic boolean isValid()
public void setValid(boolean value)
Copyright © 2010-2013 MediaShelf. All Rights Reserved.