Class PropertyType


  • public class PropertyType
    extends String

    Java class for PropertyType complex type.

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

     <complexType name="PropertyType">
       <simpleContent>
         <extension base="<http://docs.oasis-open.org/ns/xri/xrd-1.0>string">
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • PropertyType

        public PropertyType()
    • Method Detail

      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

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