Package org.re3data.schema._2_2
Class Re3Data.Repository.Software
java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.Software
- Enclosing class:
- Re3Data.Repository
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 name="softwareName" type="{http://www.re3data.org/schema/2-2}softwareNames"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the softwareName property.voidsetSoftwareName(SoftwareNames value) Sets the value of the softwareName property.
-
Field Details
-
softwareName
-
-
Constructor Details
-
Software
public Software()
-
-
Method Details
-
getSoftwareName
Gets the value of the softwareName property.- Returns:
- possible object is
SoftwareNames
-
setSoftwareName
Sets the value of the softwareName property.- Parameters:
value- allowed object isSoftwareNames
-