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://release.niem.gov/niem/structures/4.0/}SimpleObjectAttributeGroup"/> <anyAttribute processContents='lax' namespace='urn:us:gov:ic:ntk urn:us:gov:ic:ism'/> </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 metadata property.Gets a map that contains attributes that aren't bound to any typed property on this class.getRef()
Gets the value of the ref property.Gets the value of the relationshipMetadata property.getUri()
Gets the value of the uri property.boolean
isValue()
Gets the value of the value property.void
Sets the value of the id property.void
Sets the value of the ref property.void
Sets the value of the uri 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
-
ref
-
uri
-
metadata
-
relationshipMetadata
-
-
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
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
Object
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isObject
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri 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
-
getRelationshipMetadata
Gets the value of the relationshipMetadata 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 relationshipMetadata property.For example, to add a new item, do as follows:
getRelationshipMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
Object
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-