|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.validation.ecm.jaxb.DsTypeModel
public class DsTypeModel
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="{info:fedora/fedora-system:def/dsCompositeModel#}form" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{info:fedora/fedora-system:def/dsCompositeModel#}extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Extension> |
extension
|
protected List<Form> |
form
|
protected String |
id
|
protected Boolean |
optional
|
| Constructor Summary | |
|---|---|
DsTypeModel()
|
|
| Method Summary | |
|---|---|
List<Extension> |
getExtension()
Gets the value of the extension property. |
List<Form> |
getForm()
Gets the value of the form property. |
String |
getID()
Gets the value of the id property. |
Boolean |
isOptional()
Gets the value of the optional property. |
void |
setID(String value)
Sets the value of the id property. |
void |
setOptional(Boolean value)
Sets the value of the optional property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Form> form
protected List<Extension> extension
protected String id
protected Boolean optional
| Constructor Detail |
|---|
public DsTypeModel()
| Method Detail |
|---|
public List<Form> getForm()
set method for the form property.
For example, to add a new item, do as follows:
getForm().add(newItem);
Objects of the following type(s) are allowed in the list
Form
public List<Extension> getExtension()
set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public String getID()
Stringpublic void setID(String value)
value - allowed object is
Stringpublic Boolean isOptional()
Booleanpublic void setOptional(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||