Class ReferenceType


  • public class ReferenceType
    extends Object

    Java class for ReferenceType complex type.

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

     <complexType name="ReferenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <any/>
           </sequence>
           <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • uri

        protected URI uri
      • reference

        public Object reference
    • Constructor Detail

      • ReferenceType

        public ReferenceType​(URI uri)
    • Method Detail

      • getReference

        public Object getReference()
      • setReference

        public void setReference​(Object reference)
      • getURI

        public URI getURI()
        Gets the value of the uri property.
        Returns:
        possible object is URI