Class Deprecated

java.lang.Object
gov.niem.niem.appinfo._2.Deprecated

public class Deprecated 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="value" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
             <pattern value="true"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • value

      protected boolean value
  • Constructor Details

    • Deprecated

      public Deprecated()
  • Method Details

    • isValue

      public boolean isValue()
      Gets the value of the value property.
    • setValue

      public void setValue(boolean value)
      Sets the value of the value property.