Class Plugin
Java class for Plugin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Plugin">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="frontend" type="{http://cxf.apache.org/tools/plugin}FrontEnd" maxOccurs="unbounded"/>
<element name="databinding" type="{http://cxf.apache.org/tools/plugin}DataBinding" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="provider" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the databinding property.Gets the value of the frontend property.getName()Gets the value of the name property.Gets the value of the provider property.Gets the value of the version property.voidSets the value of the name property.voidsetProvider(String value) Sets the value of the provider property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
frontend
-
databinding
-
name
-
version
-
provider
-
-
Constructor Details
-
Plugin
public Plugin()
-
-
Method Details
-
getFrontend
Gets the value of the frontend 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 Jakarta XML Binding object. This is why there is not a
setmethod for the frontend property.For example, to add a new item, do as follows:
getFrontend().add(newItem);Objects of the following type(s) are allowed in the list
FrontEnd -
getDatabinding
Gets the value of the databinding 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 Jakarta XML Binding object. This is why there is not a
setmethod for the databinding property.For example, to add a new item, do as follows:
getDatabinding().add(newItem);Objects of the following type(s) are allowed in the list
DataBinding -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name 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
-
getProvider
Gets the value of the provider property.- Returns:
- possible object is
String
-
setProvider
Sets the value of the provider property.- Parameters:
value- allowed object isString
-