Class ProjectType
java.lang.Object
eu.esu._2010.lokprogrammer.metadata.ProjectType
Java class for ProjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()Gets the value of the value property.Gets the value of the version property.inthashCode()voidSets the value of the value property.voidsetVersion(String value) Sets the value of the version property.toString()withVersion(String value)
-
Field Details
-
value
-
version
-
-
Constructor Details
-
ProjectType
public ProjectType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withValue
-
withVersion
-