Class PropertyType

java.lang.Object
org.oasis_open.docs.ns.xri.xrd_1.String
org.oasis_open.docs.ns.xri.xrd_1.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 Details

    • type

      protected String type
  • Constructor Details

    • PropertyType

      public PropertyType()
  • Method Details

    • 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