Class Boolean

java.lang.Object
gov.niem.niem.proxy.xsd._2.Boolean

public class Boolean extends Object
A data type for binary-valued logic (true/false).

Java class for boolean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="boolean">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
       <attGroup ref="{http://niem.gov/niem/structures/2.0}SimpleObjectAttributeGroup"/>
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected boolean value
    • id

      protected String id
    • metadata

      protected List<Object> metadata
    • linkMetadata

      protected List<Object> linkMetadata
  • Constructor Details

    • Boolean

      public Boolean()
  • 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.
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getMetadata

      public List<Object> getMetadata()
      Gets the value of the metadata 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 set method for the metadata property.

      For example, to add a new item, do as follows:

          getMetadata().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object

    • getLinkMetadata

      public List<Object> getLinkMetadata()
      Gets the value of the linkMetadata 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 set method for the linkMetadata property.

      For example, to add a new item, do as follows:

          getLinkMetadata().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object

    • 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