Class Documentation
- java.lang.Object
-
- org.apache.openejb.jee.was.v6.xmi.Documentation
-
public class Documentation extends Object
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
Fields Modifier and Type Field Description protected Stringcontactprotected List<String>contactsprotected Stringexporterprotected List<String>exportersprotected StringexporterVersionprotected List<String>exporterVersionsprotected Stringhrefprotected Objectidrefprotected Stringlabelprotected StringlongDescriptionprotected List<String>longDescriptionsprotected Stringnoticeprotected List<String>noticesprotected Stringownerprotected List<String>ownersprotected StringshortDescriptionprotected List<String>shortDescriptionsprotected QNametypeprotected Stringuuidprotected Stringversion
-
Constructor Summary
Constructors Constructor Description Documentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContact()Gets the value of the contact property.List<String>getContacts()Gets the value of the contacts property.StringgetExporter()Gets the value of the exporter property.List<String>getExporters()Gets the value of the exporters property.StringgetExporterVersion()Gets the value of the exporterVersion property.List<String>getExporterVersions()Gets the value of the exporterVersions property.StringgetHref()Gets the value of the href property.ObjectgetIdref()Gets the value of the idref property.StringgetLabel()Gets the value of the label property.StringgetLongDescription()Gets the value of the longDescription property.List<String>getLongDescriptions()Gets the value of the longDescriptions property.StringgetNotice()Gets the value of the notice property.List<String>getNotices()Gets the value of the notices property.StringgetOwner()Gets the value of the owner property.List<String>getOwners()Gets the value of the owners property.StringgetShortDescription()Gets the value of the shortDescription property.List<String>getShortDescriptions()Gets the value of the shortDescriptions property.QNamegetType()Gets the value of the type property.StringgetUuid()Gets the value of the uuid property.StringgetVersion()Gets the value of the version property.voidsetContact(String value)Sets the value of the contact property.voidsetExporter(String value)Sets the value of the exporter property.voidsetExporterVersion(String value)Sets the value of the exporterVersion property.voidsetHref(String value)Sets the value of the href property.voidsetIdref(Object value)Sets the value of the idref property.voidsetLabel(String value)Sets the value of the label property.voidsetLongDescription(String value)Sets the value of the longDescription property.voidsetNotice(String value)Sets the value of the notice property.voidsetOwner(String value)Sets the value of the owner property.voidsetShortDescription(String value)Sets the value of the shortDescription property.voidsetType(QName value)Sets the value of the type property.voidsetUuid(String value)Sets the value of the uuid property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Field Detail
-
contact
protected String contact
-
exporter
protected String exporter
-
exporterVersion
protected String exporterVersion
-
longDescription
protected String longDescription
-
notice
protected String notice
-
owner
protected String owner
-
shortDescription
protected String shortDescription
-
type
protected QName type
-
version
protected String version
-
href
protected String href
-
idref
protected Object idref
-
label
protected String label
-
uuid
protected String uuid
-
-
Method Detail
-
getContacts
public List<String> getContacts()
Gets the value of the contacts property. 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 asetmethod 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 listString
-
getExporters
public List<String> getExporters()
Gets the value of the exporters property. 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 asetmethod 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 listString
-
getExporterVersions
public List<String> getExporterVersions()
Gets the value of the exporterVersions property. 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 asetmethod 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 listString
-
getLongDescriptions
public List<String> getLongDescriptions()
Gets the value of the longDescriptions property. 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 asetmethod 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 listString
-
getShortDescriptions
public List<String> getShortDescriptions()
Gets the value of the shortDescriptions property. 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 asetmethod 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 listString
-
getNotices
public List<String> getNotices()
Gets the value of the notices property. 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 asetmethod 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 listString
-
getOwners
public List<String> getOwners()
Gets the value of the owners property. 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 asetmethod 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 listString
-
getContact
public String getContact()
Gets the value of the contact property.- Returns:
- possible object is
String
-
setContact
public void setContact(String value)
Sets the value of the contact property.- Parameters:
value- allowed object isString
-
getExporter
public String getExporter()
Gets the value of the exporter property.- Returns:
- possible object is
String
-
setExporter
public void setExporter(String value)
Sets the value of the exporter property.- Parameters:
value- allowed object isString
-
getExporterVersion
public String getExporterVersion()
Gets the value of the exporterVersion property.- Returns:
- possible object is
String
-
setExporterVersion
public void setExporterVersion(String value)
Sets the value of the exporterVersion property.- Parameters:
value- allowed object isString
-
getLongDescription
public String getLongDescription()
Gets the value of the longDescription property.- Returns:
- possible object is
String
-
setLongDescription
public void setLongDescription(String value)
Sets the value of the longDescription property.- Parameters:
value- allowed object isString
-
getNotice
public String getNotice()
Gets the value of the notice property.- Returns:
- possible object is
String
-
setNotice
public void setNotice(String value)
Sets the value of the notice property.- Parameters:
value- allowed object isString
-
getOwner
public String getOwner()
Gets the value of the owner property.- Returns:
- possible object is
String
-
setOwner
public void setOwner(String value)
Sets the value of the owner property.- Parameters:
value- allowed object isString
-
getShortDescription
public String getShortDescription()
Gets the value of the shortDescription property.- Returns:
- possible object is
String
-
setShortDescription
public void setShortDescription(String value)
Sets the value of the shortDescription property.- Parameters:
value- allowed object isString
-
getType
public QName getType()
Gets the value of the type property.- Returns:
- possible object is
QName
-
setType
public void setType(QName value)
Sets the value of the type property.- Parameters:
value- allowed object isQName
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getHref
public String getHref()
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
public void setHref(String value)
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getIdref
public Object getIdref()
Gets the value of the idref property.- Returns:
- possible object is
Object
-
setIdref
public void setIdref(Object value)
Sets the value of the idref property.- Parameters:
value- allowed object isObject
-
getLabel
public String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getUuid
public String getUuid()
Gets the value of the uuid property.- Returns:
- possible object is
String
-
-