public class Documentation extends Object
<complexType name="Documentation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="contact" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="exporter" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="exporterVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="longDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="shortDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="notice" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</choice>
<attGroup ref="{http://www.omg.org/XMI}ObjectAttribs"/>
<attribute name="contact" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="exporter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="exporterVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="longDescription" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="notice" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="owner" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="shortDescription" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contact |
protected List<String> |
contacts |
protected String |
exporter |
protected List<String> |
exporters |
protected String |
exporterVersion |
protected List<String> |
exporterVersions |
protected String |
href |
protected Object |
idref |
protected String |
label |
protected String |
longDescription |
protected List<String> |
longDescriptions |
protected String |
notice |
protected List<String> |
notices |
protected String |
owner |
protected List<String> |
owners |
protected String |
shortDescription |
protected List<String> |
shortDescriptions |
protected QName |
type |
protected String |
uuid |
protected String |
version |
| Constructor and Description |
|---|
Documentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContact()
Gets the value of the contact property.
|
List<String> |
getContacts()
Gets the value of the contacts property.
|
String |
getExporter()
Gets the value of the exporter property.
|
List<String> |
getExporters()
Gets the value of the exporters property.
|
String |
getExporterVersion()
Gets the value of the exporterVersion property.
|
List<String> |
getExporterVersions()
Gets the value of the exporterVersions property.
|
String |
getHref()
Gets the value of the href property.
|
Object |
getIdref()
Gets the value of the idref property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getLongDescription()
Gets the value of the longDescription property.
|
List<String> |
getLongDescriptions()
Gets the value of the longDescriptions property.
|
String |
getNotice()
Gets the value of the notice property.
|
List<String> |
getNotices()
Gets the value of the notices property.
|
String |
getOwner()
Gets the value of the owner property.
|
List<String> |
getOwners()
Gets the value of the owners property.
|
String |
getShortDescription()
Gets the value of the shortDescription property.
|
List<String> |
getShortDescriptions()
Gets the value of the shortDescriptions property.
|
QName |
getType()
Gets the value of the type property.
|
String |
getUuid()
Gets the value of the uuid property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setContact(String value)
Sets the value of the contact property.
|
void |
setExporter(String value)
Sets the value of the exporter property.
|
void |
setExporterVersion(String value)
Sets the value of the exporterVersion property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setIdref(Object value)
Sets the value of the idref property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLongDescription(String value)
Sets the value of the longDescription property.
|
void |
setNotice(String value)
Sets the value of the notice property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setShortDescription(String value)
Sets the value of the shortDescription property.
|
void |
setType(QName value)
Sets the value of the type property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String contact
protected String exporter
protected String exporterVersion
protected String longDescription
protected String notice
protected String owner
protected String shortDescription
protected QName type
protected String version
protected String href
protected Object idref
protected String label
protected String uuid
public List<String> getContacts()
set method for the contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);Objects of the following type(s) are allowed in the list
Stringpublic List<String> getExporters()
set method for the exporters property.
For example, to add a new item, do as follows:
getExporters().add(newItem);Objects of the following type(s) are allowed in the list
Stringpublic List<String> getExporterVersions()
set method for the exporterVersions property.
For example, to add a new item, do as follows:
getExporterVersions().add(newItem);Objects of the following type(s) are allowed in the list
Stringpublic List<String> getLongDescriptions()
set method for the longDescriptions property.
For example, to add a new item, do as follows:
getLongDescriptions().add(newItem);Objects of the following type(s) are allowed in the list
Stringpublic List<String> getShortDescriptions()
set method for the shortDescriptions property.
For example, to add a new item, do as follows:
getShortDescriptions().add(newItem);Objects of the following type(s) are allowed in the list
Stringpublic List<String> getNotices()
set method for the notices property.
For example, to add a new item, do as follows:
getNotices().add(newItem);Objects of the following type(s) are allowed in the list
Stringpublic List<String> getOwners()
set method for the owners property.
For example, to add a new item, do as follows:
getOwners().add(newItem);Objects of the following type(s) are allowed in the list
Stringpublic String getContact()
Stringpublic void setContact(String value)
value - allowed object is Stringpublic String getExporter()
Stringpublic void setExporter(String value)
value - allowed object is Stringpublic String getExporterVersion()
Stringpublic void setExporterVersion(String value)
value - allowed object is Stringpublic String getLongDescription()
Stringpublic void setLongDescription(String value)
value - allowed object is Stringpublic String getNotice()
Stringpublic void setNotice(String value)
value - allowed object is Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is Stringpublic String getShortDescription()
Stringpublic void setShortDescription(String value)
value - allowed object is Stringpublic QName getType()
QNamepublic void setType(QName value)
value - allowed object is QNamepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is Stringpublic Object getIdref()
Objectpublic void setIdref(Object value)
value - allowed object is Objectpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is Stringpublic String getUuid()
StringCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.