Package org.oasis_open.docs.ns.xri.xrd_1
Class XRDSType
java.lang.Object
org.oasis_open.docs.ns.xri.xrd_1.XRDSType
Java class for XRDSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XRDSType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://docs.oasis-open.org/ns/xri/xrd-1.0}XRD" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
xrd
-
ref
-
-
Constructor Details
-
XRDSType
public XRDSType()
-
-
Method Details
-
getXRD
Gets the value of the xrd property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the xrd property.For example, to add a new item, do as follows:
getXRD().add(newItem);
Objects of the following type(s) are allowed in the list
XRDType
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isString
-