public class RedirectType extends Object
Java class for RedirectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RedirectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertificateUID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Extension" type="{http://busdox.org/serviceMetadata/publishing/1.0/}ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
certificateUID |
protected ExtensionType |
extension |
protected String |
href |
| Constructor and Description |
|---|
RedirectType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateUID()
Gets the value of the certificateUID property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getHref()
Gets the value of the href property.
|
void |
setCertificateUID(String value)
Sets the value of the certificateUID property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setHref(String value)
Sets the value of the href property.
|
protected String certificateUID
protected ExtensionType extension
protected String href
public String getCertificateUID()
Stringpublic void setCertificateUID(String value)
value - allowed object is
Stringpublic ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getHref()
StringCopyright © 2017 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.