de.extra_standard.namespace.plugins._1
Class SpecificationType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.SpecificationType

public class SpecificationType
extends Object

Java class for SpecificationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SpecificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  String url
           
protected  String version
           
 
Constructor Summary
SpecificationType()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getUrl()
          Gets the value of the url property.
 String getVersion()
          Gets the value of the version property.
 void setName(String value)
          Sets the value of the name property.
 void setUrl(String value)
          Sets the value of the url 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

name

protected String name

url

protected String url

version

protected String version
Constructor Detail

SpecificationType

public SpecificationType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

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 is String


Copyright © 2012-2013. All Rights Reserved.