public class AdditionalMetadataLocationType extends Object
Java class for AdditionalMetadataLocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalMetadataLocationType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected URI |
namespace |
protected URI |
value |
Constructor and Description |
---|
AdditionalMetadataLocationType() |
Modifier and Type | Method and Description |
---|---|
URI |
getNamespace()
Gets the value of the namespace property.
|
URI |
getValue()
Gets the value of the value property.
|
void |
setNamespace(URI value)
Sets the value of the namespace property.
|
void |
setValue(URI value)
Sets the value of the value property.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.