|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.was.v6.xmi.Documentation
public class Documentation
Java class for Documentation complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Field Summary | |
---|---|
protected java.lang.String |
contact
|
protected java.util.List<java.lang.String> |
contacts
|
protected java.lang.String |
exporter
|
protected java.util.List<java.lang.String> |
exporters
|
protected java.lang.String |
exporterVersion
|
protected java.util.List<java.lang.String> |
exporterVersions
|
protected java.lang.String |
href
|
protected java.lang.Object |
idref
|
protected java.lang.String |
label
|
protected java.lang.String |
longDescription
|
protected java.util.List<java.lang.String> |
longDescriptions
|
protected java.lang.String |
notice
|
protected java.util.List<java.lang.String> |
notices
|
protected java.lang.String |
owner
|
protected java.util.List<java.lang.String> |
owners
|
protected java.lang.String |
shortDescription
|
protected java.util.List<java.lang.String> |
shortDescriptions
|
protected javax.xml.namespace.QName |
type
|
protected java.lang.String |
uuid
|
protected java.lang.String |
version
|
Constructor Summary | |
---|---|
Documentation()
|
Method Summary | |
---|---|
java.lang.String |
getContact()
Gets the value of the contact property. |
java.util.List<java.lang.String> |
getContacts()
Gets the value of the contacts property. |
java.lang.String |
getExporter()
Gets the value of the exporter property. |
java.util.List<java.lang.String> |
getExporters()
Gets the value of the exporters property. |
java.lang.String |
getExporterVersion()
Gets the value of the exporterVersion property. |
java.util.List<java.lang.String> |
getExporterVersions()
Gets the value of the exporterVersions property. |
java.lang.String |
getHref()
Gets the value of the href property. |
java.lang.Object |
getIdref()
Gets the value of the idref property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getLongDescription()
Gets the value of the longDescription property. |
java.util.List<java.lang.String> |
getLongDescriptions()
Gets the value of the longDescriptions property. |
java.lang.String |
getNotice()
Gets the value of the notice property. |
java.util.List<java.lang.String> |
getNotices()
Gets the value of the notices property. |
java.lang.String |
getOwner()
Gets the value of the owner property. |
java.util.List<java.lang.String> |
getOwners()
Gets the value of the owners property. |
java.lang.String |
getShortDescription()
Gets the value of the shortDescription property. |
java.util.List<java.lang.String> |
getShortDescriptions()
Gets the value of the shortDescriptions property. |
javax.xml.namespace.QName |
getType()
Gets the value of the type property. |
java.lang.String |
getUuid()
Gets the value of the uuid property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setContact(java.lang.String value)
Sets the value of the contact property. |
void |
setExporter(java.lang.String value)
Sets the value of the exporter property. |
void |
setExporterVersion(java.lang.String value)
Sets the value of the exporterVersion property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setIdref(java.lang.Object value)
Sets the value of the idref property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setLongDescription(java.lang.String value)
Sets the value of the longDescription property. |
void |
setNotice(java.lang.String value)
Sets the value of the notice property. |
void |
setOwner(java.lang.String value)
Sets the value of the owner property. |
void |
setShortDescription(java.lang.String value)
Sets the value of the shortDescription property. |
void |
setType(javax.xml.namespace.QName value)
Sets the value of the type property. |
void |
setUuid(java.lang.String value)
Sets the value of the uuid property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<java.lang.String> contacts
protected java.util.List<java.lang.String> exporters
protected java.util.List<java.lang.String> exporterVersions
protected java.util.List<java.lang.String> longDescriptions
protected java.util.List<java.lang.String> shortDescriptions
protected java.util.List<java.lang.String> notices
protected java.util.List<java.lang.String> owners
protected java.lang.String contact
protected java.lang.String exporter
protected java.lang.String exporterVersion
protected java.lang.String longDescription
protected java.lang.String notice
protected java.lang.String owner
protected java.lang.String shortDescription
protected javax.xml.namespace.QName type
protected java.lang.String version
protected java.lang.String href
protected java.lang.Object idref
protected java.lang.String label
protected java.lang.String uuid
Constructor Detail |
---|
public Documentation()
Method Detail |
---|
public java.util.List<java.lang.String> getContacts()
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 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 String
public java.util.List<java.lang.String> getExporters()
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 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 String
public java.util.List<java.lang.String> getExporterVersions()
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 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 String
public java.util.List<java.lang.String> getLongDescriptions()
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 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 String
public java.util.List<java.lang.String> getShortDescriptions()
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 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 String
public java.util.List<java.lang.String> getNotices()
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 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 String
public java.util.List<java.lang.String> getOwners()
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 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 String
public java.lang.String getContact()
String
public void setContact(java.lang.String value)
value
- allowed object is String
public java.lang.String getExporter()
String
public void setExporter(java.lang.String value)
value
- allowed object is String
public java.lang.String getExporterVersion()
String
public void setExporterVersion(java.lang.String value)
value
- allowed object is String
public java.lang.String getLongDescription()
String
public void setLongDescription(java.lang.String value)
value
- allowed object is String
public java.lang.String getNotice()
String
public void setNotice(java.lang.String value)
value
- allowed object is String
public java.lang.String getOwner()
String
public void setOwner(java.lang.String value)
value
- allowed object is String
public java.lang.String getShortDescription()
String
public void setShortDescription(java.lang.String value)
value
- allowed object is String
public javax.xml.namespace.QName getType()
QName
public void setType(javax.xml.namespace.QName value)
value
- allowed object is QName
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is String
public java.lang.String getHref()
String
public void setHref(java.lang.String value)
value
- allowed object is String
public java.lang.Object getIdref()
Object
public void setIdref(java.lang.Object value)
value
- allowed object is Object
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is String
public java.lang.String getUuid()
String
public void setUuid(java.lang.String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |