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 and Description |
|---|
PropertyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
getOtherAttributes, getValue, setValueprotected String type
Copyright © 2018 Bedework. All rights reserved.