Class ServiceMetadataReferenceType


  • public class ServiceMetadataReferenceType
    extends Object

    Java class for ServiceMetadataReferenceType complex type.

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

     <complexType name="ServiceMetadataReferenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • ServiceMetadataReferenceType

        public ServiceMetadataReferenceType()
    • Method Detail

      • getHref

        public String getHref()
        Gets the value of the href property.
        Returns:
        possible object is String
      • setHref

        public void setHref​(String value)
        Sets the value of the href property.
        Parameters:
        value - allowed object is String