Package org.oasis_open.docs.ns.xri.xrd_1
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>
-
-
Constructor Summary
Constructors Constructor Description PropertyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the value of the type property.voidsetType(String value)Sets the value of the type property.-
Methods inherited from class org.oasis_open.docs.ns.xri.xrd_1.String
getOtherAttributes, getValue, setValue
-
-
-
-
Field Detail
-
type
protected String type
-
-