public class Include extends Object
Java class for IncludeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncludeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="referencedData" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
referencedData |
protected String |
uri |
Constructor and Description |
---|
Include() |
Modifier and Type | Method and Description |
---|---|
String |
getURI()
Gets the value of the uri property.
|
Boolean |
isReferencedData()
Gets the value of the referencedData property.
|
void |
setReferencedData(Boolean value)
Sets the value of the referencedData property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
public String getURI()
String
public void setURI(String value)
value
- allowed object is
String
public Boolean isReferencedData()
Boolean
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.