|
||||||||||
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 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 Summary | |
---|---|
Documentation()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<String> contacts
protected List<String> exporters
protected List<String> exporterVersions
protected List<String> longDescriptions
protected List<String> shortDescriptions
protected List<String> notices
protected List<String> owners
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
Constructor Detail |
---|
public Documentation()
Method Detail |
---|
public List<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 List<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 List<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 List<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 List<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 List<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 List<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 String getContact()
String
public void setContact(String value)
value
- allowed object is String
public String getExporter()
String
public void setExporter(String value)
value
- allowed object is String
public String getExporterVersion()
String
public void setExporterVersion(String value)
value
- allowed object is String
public String getLongDescription()
String
public void setLongDescription(String value)
value
- allowed object is String
public String getNotice()
String
public void setNotice(String value)
value
- allowed object is String
public String getOwner()
String
public void setOwner(String value)
value
- allowed object is String
public String getShortDescription()
String
public void setShortDescription(String value)
value
- allowed object is String
public QName getType()
QName
public void setType(QName value)
value
- allowed object is QName
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is String
public String getHref()
String
public void setHref(String value)
value
- allowed object is String
public Object getIdref()
Object
public void setIdref(Object value)
value
- allowed object is Object
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is String
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |