public class GeneratedType extends Object implements Serializable
Java class for generatedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="generatedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="issued" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="textgridUri"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="extRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType> </element> <element name="revision" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="pid" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="pidType" default="handle"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="handle"/> <enumeration value="urn"/> <enumeration value="doi"/> <enumeration value="ark"/> <enumeration value="purl"/> <enumeration value="other"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> <element name="extent" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> <element name="fixity" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="messageDigestAlgorithm" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="messageDigest" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="messageDigestOriginator" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="dataContributor" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="project"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> </extension> </simpleContent> </complexType> </element> <element name="warning" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType> </element> <element name="permissions" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="availability"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="default"/> <enumeration value="public"/> <enumeration value="stable"/> </restriction> </simpleType> </element> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
GeneratedType.Fixity
Java class for anonymous complex type.
|
static class |
GeneratedType.Pid
Java class for anonymous complex type.
|
static class |
GeneratedType.Project
Java class for anonymous complex type.
|
static class |
GeneratedType.TextgridUri
Java class for anonymous complex type.
|
static class |
GeneratedType.Warning
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
any |
protected String |
availability |
protected XMLGregorianCalendar |
created |
protected String |
dataContributor |
protected BigInteger |
extent |
protected List<GeneratedType.Fixity> |
fixity |
protected XMLGregorianCalendar |
issued |
protected XMLGregorianCalendar |
lastModified |
protected String |
permissions |
protected List<GeneratedType.Pid> |
pid |
protected GeneratedType.Project |
project |
protected int |
revision |
protected GeneratedType.TextgridUri |
textgridUri |
protected List<GeneratedType.Warning> |
warning |
Constructor and Description |
---|
GeneratedType() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
String |
getAvailability()
Gets the value of the availability property.
|
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
String |
getDataContributor()
Gets the value of the dataContributor property.
|
BigInteger |
getExtent()
Gets the value of the extent property.
|
List<GeneratedType.Fixity> |
getFixity()
Gets the value of the fixity property.
|
XMLGregorianCalendar |
getIssued()
Gets the value of the issued property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
String |
getPermissions()
Gets the value of the permissions property.
|
List<GeneratedType.Pid> |
getPid()
Gets the value of the pid property.
|
GeneratedType.Project |
getProject()
Gets the value of the project property.
|
int |
getRevision()
Gets the value of the revision property.
|
GeneratedType.TextgridUri |
getTextgridUri()
Gets the value of the textgridUri property.
|
List<GeneratedType.Warning> |
getWarning()
Gets the value of the warning property.
|
void |
setAvailability(String value)
Sets the value of the availability property.
|
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setDataContributor(String value)
Sets the value of the dataContributor property.
|
void |
setExtent(BigInteger value)
Sets the value of the extent property.
|
void |
setIssued(XMLGregorianCalendar value)
Sets the value of the issued property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setPermissions(String value)
Sets the value of the permissions property.
|
void |
setProject(GeneratedType.Project value)
Sets the value of the project property.
|
void |
setRevision(int value)
Sets the value of the revision property.
|
void |
setTextgridUri(GeneratedType.TextgridUri value)
Sets the value of the textgridUri property.
|
protected XMLGregorianCalendar created
protected XMLGregorianCalendar lastModified
protected XMLGregorianCalendar issued
protected GeneratedType.TextgridUri textgridUri
protected int revision
protected List<GeneratedType.Pid> pid
protected BigInteger extent
protected List<GeneratedType.Fixity> fixity
protected String dataContributor
protected GeneratedType.Project project
protected List<GeneratedType.Warning> warning
protected String permissions
protected String availability
public XMLGregorianCalendar getCreated()
XMLGregorianCalendar
public void setCreated(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getLastModified()
XMLGregorianCalendar
public void setLastModified(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getIssued()
XMLGregorianCalendar
public void setIssued(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public GeneratedType.TextgridUri getTextgridUri()
GeneratedType.TextgridUri
public void setTextgridUri(GeneratedType.TextgridUri value)
value
- allowed object is
GeneratedType.TextgridUri
public int getRevision()
public void setRevision(int value)
public List<GeneratedType.Pid> getPid()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the pid property.
For example, to add a new item, do as follows:
getPid().add(newItem);
Objects of the following type(s) are allowed in the list
GeneratedType.Pid
public BigInteger getExtent()
BigInteger
public void setExtent(BigInteger value)
value
- allowed object is
BigInteger
public List<GeneratedType.Fixity> getFixity()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the fixity property.
For example, to add a new item, do as follows:
getFixity().add(newItem);
Objects of the following type(s) are allowed in the list
GeneratedType.Fixity
public String getDataContributor()
String
public void setDataContributor(String value)
value
- allowed object is
String
public GeneratedType.Project getProject()
GeneratedType.Project
public void setProject(GeneratedType.Project value)
value
- allowed object is
GeneratedType.Project
public List<GeneratedType.Warning> getWarning()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the warning property.
For example, to add a new item, do as follows:
getWarning().add(newItem);
Objects of the following type(s) are allowed in the list
GeneratedType.Warning
public String getPermissions()
String
public void setPermissions(String value)
value
- allowed object is
String
public String getAvailability()
String
public void setAvailability(String value)
value
- allowed object is
String
public List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Copyright © 2013 TextGrid Consortium. All Rights Reserved.