Class AnyURI

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

public class AnyURI extends Object

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 Details

  • Constructor Details

    • AnyURI

      public AnyURI()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • 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