Class RedirectType
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.smp._2014._07.RedirectType
-
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://docs.oasis-open.org/bdxr/ns/SMP/2014/07}ExtensionType" minOccurs="0"/> </sequence> <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcertificateUIDprotected ExtensionTypeextensionprotected Stringhref
-
Constructor Summary
Constructors Constructor Description RedirectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertificateUID()Gets the value of the certificateUID property.ExtensionTypegetExtension()Gets the value of the extension property.StringgetHref()Gets the value of the href property.voidsetCertificateUID(String value)Sets the value of the certificateUID property.voidsetExtension(ExtensionType value)Sets the value of the extension property.voidsetHref(String value)Sets the value of the href property.
-
-
-
Field Detail
-
certificateUID
protected String certificateUID
-
extension
protected ExtensionType extension
-
href
protected String href
-
-
Method Detail
-
getCertificateUID
public String getCertificateUID()
Gets the value of the certificateUID property.- Returns:
- possible object is
String
-
setCertificateUID
public void setCertificateUID(String value)
Sets the value of the certificateUID property.- Parameters:
value- allowed object isString
-
getExtension
public ExtensionType getExtension()
Gets the value of the extension property.- Returns:
- possible object is
ExtensionType
-
setExtension
public void setExtension(ExtensionType value)
Sets the value of the extension property.- Parameters:
value- allowed object isExtensionType
-
getHref
public String getHref()
Gets the value of the href property.- Returns:
- possible object is
String
-
-