Package jaxb
Class Plugin
- java.lang.Object
-
- jaxb.Plugin
-
public class Plugin extends Object
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"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="unnamed" /> <attribute name="folder" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Plugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClazz()
Gets the value of the clazz property.String
getFolder()
Gets the value of the folder property.String
getName()
Gets the value of the name property.void
setClazz(String value)
Sets the value of the clazz property.void
setFolder(String value)
Sets the value of the folder property.void
setName(String value)
Sets the value of the name property.
-
-
-
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 isString
-
getFolder
public String getFolder()
Gets the value of the folder property.- Returns:
- possible object is
String
-
setFolder
public void setFolder(String value)
Sets the value of the folder property.- Parameters:
value
- allowed object isString
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
-