Class Boolean
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the linkMetadata property.Gets the value of the metadata property.boolean
isValue()
Gets the value of the value property.void
Sets the value of the id property.void
setValue
(boolean value) Sets the value of the value property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
value
protected boolean value -
id
-
metadata
-
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
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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
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
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-