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 Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the value of the value property.
    void
    setValue(boolean value)
    Sets the value of the value property.
    Generates a String representation of the contents of this type.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object