public class ModT extends Object
Java class for mod_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mod_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="specificity" type="{http://www.unimod.org/xmlns/schema/unimod_2}specificity_t" maxOccurs="unbounded"/>
<element name="delta" type="{http://www.unimod.org/xmlns/schema/unimod_2}composition_t"/>
<element name="Ignore" type="{http://www.unimod.org/xmlns/schema/unimod_2}composition_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="alt_name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="xref" type="{http://www.unimod.org/xmlns/schema/unimod_2}xref_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="misc_notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="title" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="full_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="username_of_poster" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="group_of_poster" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="date_time_posted" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="date_time_modified" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="approved" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ex_code_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="record_id" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
altName |
protected Boolean |
approved |
protected String |
dateTimeModified |
protected String |
dateTimePosted |
protected CompositionT |
delta |
protected String |
exCodeName |
protected String |
fullName |
protected String |
groupOfPoster |
protected List<CompositionT> |
ignore |
protected String |
miscNotes |
protected Long |
recordId |
protected List<SpecificityT> |
specificity |
protected String |
title |
protected String |
usernameOfPoster |
protected List<XrefT> |
xref |
| Constructor and Description |
|---|
ModT() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAltName()
Gets the value of the altName property.
|
String |
getDateTimeModified()
Gets the value of the dateTimeModified property.
|
String |
getDateTimePosted()
Gets the value of the dateTimePosted property.
|
CompositionT |
getDelta()
Gets the value of the delta property.
|
String |
getExCodeName()
Gets the value of the exCodeName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getGroupOfPoster()
Gets the value of the groupOfPoster property.
|
List<CompositionT> |
getIgnore()
Gets the value of the ignore property.
|
String |
getMiscNotes()
Gets the value of the miscNotes property.
|
Long |
getRecordId()
Gets the value of the recordId property.
|
List<SpecificityT> |
getSpecificity()
Gets the value of the specificity property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getUsernameOfPoster()
Gets the value of the usernameOfPoster property.
|
List<XrefT> |
getXref()
Gets the value of the xref property.
|
Boolean |
isApproved()
Gets the value of the approved property.
|
void |
setApproved(Boolean value)
Sets the value of the approved property.
|
void |
setDateTimeModified(String value)
Sets the value of the dateTimeModified property.
|
void |
setDateTimePosted(String value)
Sets the value of the dateTimePosted property.
|
void |
setDelta(CompositionT value)
Sets the value of the delta property.
|
void |
setExCodeName(String value)
Sets the value of the exCodeName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setGroupOfPoster(String value)
Sets the value of the groupOfPoster property.
|
void |
setMiscNotes(String value)
Sets the value of the miscNotes property.
|
void |
setRecordId(Long value)
Sets the value of the recordId property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setUsernameOfPoster(String value)
Sets the value of the usernameOfPoster property.
|
protected List<SpecificityT> specificity
protected CompositionT delta
protected List<CompositionT> ignore
protected String miscNotes
protected String title
protected String fullName
protected String usernameOfPoster
protected String groupOfPoster
protected String dateTimePosted
protected String dateTimeModified
protected Boolean approved
protected String exCodeName
protected Long recordId
public List<SpecificityT> getSpecificity()
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 specificity property.
For example, to add a new item, do as follows:
getSpecificity().add(newItem);
Objects of the following type(s) are allowed in the list
SpecificityT
public CompositionT getDelta()
CompositionTpublic void setDelta(CompositionT value)
value - allowed object is
CompositionTpublic List<CompositionT> getIgnore()
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 ignore property.
For example, to add a new item, do as follows:
getIgnore().add(newItem);
Objects of the following type(s) are allowed in the list
CompositionT
public List<String> getAltName()
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 altName property.
For example, to add a new item, do as follows:
getAltName().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<XrefT> getXref()
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 xref property.
For example, to add a new item, do as follows:
getXref().add(newItem);
Objects of the following type(s) are allowed in the list
XrefT
public String getMiscNotes()
Stringpublic void setMiscNotes(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getUsernameOfPoster()
Stringpublic void setUsernameOfPoster(String value)
value - allowed object is
Stringpublic String getGroupOfPoster()
Stringpublic void setGroupOfPoster(String value)
value - allowed object is
Stringpublic String getDateTimePosted()
Stringpublic void setDateTimePosted(String value)
value - allowed object is
Stringpublic String getDateTimeModified()
Stringpublic void setDateTimeModified(String value)
value - allowed object is
Stringpublic Boolean isApproved()
Booleanpublic void setApproved(Boolean value)
value - allowed object is
Booleanpublic String getExCodeName()
Stringpublic void setExCodeName(String value)
value - allowed object is
Stringpublic Long getRecordId()
LongCopyright © 2016. All Rights Reserved.