Class AnnotationType.Remove

  • Enclosing class:
    AnnotationType

    public static class AnnotationType.Remove
    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">
           <all>
             <element name="selection">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice maxOccurs="unbounded" minOccurs="0">
                       <element name="select" type="{http://schema.webpdf.de/1.0/operation}SelectionAnnotationType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • selection

        protected AnnotationType.Remove.Selection selection
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects specific annotations for removal.</p>
         
    • Constructor Detail

      • Remove

        public Remove()
    • Method Detail

      • getSelection

        public AnnotationType.Remove.Selection getSelection()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects specific annotations for removal.</p>
         
        Returns:
        possible object is AnnotationType.Remove.Selection
      • isSetSelection

        public boolean isSetSelection()