Class AnyURI
Java class for anyURI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="anyURI"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <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.getValue()
Gets the value of the value property.void
Sets the value of the id property.void
Sets the value of the value property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
value
-
id
-
metadata
-
linkMetadata
-
-
Constructor Details
-
AnyURI
public AnyURI()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
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
-