generated.NotMatcherType Maven / Gradle / Ivy
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.09.30 at 11:45:12 AM EDT
//
package generated;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for NotMatcherType complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="NotMatcherType">
* <complexContent>
* <extension base="{}MatcherType">
* <sequence>
* <element ref="{}Matcher"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "NotMatcherType", propOrder = {
"matcher"
})
public class NotMatcherType
extends MatcherType
{
@XmlElementRef(name = "Matcher", type = JAXBElement.class)
protected JAXBElement extends MatcherType> matcher;
/**
* Gets the value of the matcher property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link MethodMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link LastVersionMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link MatchMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link FirstVersionMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link BugCodeMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link AndMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link MatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link DesignationMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link ClassMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link LocalMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link TypeMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link NotMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link FieldMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link PriorityMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link BugMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link BugPatternMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link OrMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link RankMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link PackageMatcherType }{@code >}
*
*/
public JAXBElement extends MatcherType> getMatcher() {
return matcher;
}
/**
* Sets the value of the matcher property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link MethodMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link LastVersionMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link MatchMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link FirstVersionMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link BugCodeMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link AndMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link MatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link DesignationMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link ClassMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link LocalMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link TypeMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link NotMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link FieldMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link PriorityMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link BugMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link BugPatternMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link OrMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link RankMatcherType }{@code >}
* {@link JAXBElement }{@code <}{@link PackageMatcherType }{@code >}
*
*/
public void setMatcher(JAXBElement extends MatcherType> value) {
this.matcher = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy