Class EndpointType
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.smp._2014._07.EndpointType
-
public class EndpointType extends Object
Java class for EndpointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndpointType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EndpointURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="RequireBusinessLevelSignature" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="MinimumAuthenticationLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ServiceActivationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ServiceExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="ServiceDescription" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TechnicalContactUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="TechnicalInformationUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="Extension" type="{http://docs.oasis-open.org/bdxr/ns/SMP/2014/07}ExtensionType" minOccurs="0"/> </sequence> <attribute name="transportProfile" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]certificateprotected StringendpointURIprotected ExtensionTypeextensionprotected StringminimumAuthenticationLevelprotected booleanrequireBusinessLevelSignatureprotected XMLGregorianCalendarserviceActivationDateprotected StringserviceDescriptionprotected XMLGregorianCalendarserviceExpirationDateprotected StringtechnicalContactUrlprotected StringtechnicalInformationUrlprotected StringtransportProfile
-
Constructor Summary
Constructors Constructor Description EndpointType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCertificate()Gets the value of the certificate property.StringgetEndpointURI()Gets the value of the endpointURI property.ExtensionTypegetExtension()Gets the value of the extension property.StringgetMinimumAuthenticationLevel()Gets the value of the minimumAuthenticationLevel property.XMLGregorianCalendargetServiceActivationDate()Gets the value of the serviceActivationDate property.StringgetServiceDescription()Gets the value of the serviceDescription property.XMLGregorianCalendargetServiceExpirationDate()Gets the value of the serviceExpirationDate property.StringgetTechnicalContactUrl()Gets the value of the technicalContactUrl property.StringgetTechnicalInformationUrl()Gets the value of the technicalInformationUrl property.StringgetTransportProfile()Gets the value of the transportProfile property.booleanisRequireBusinessLevelSignature()Gets the value of the requireBusinessLevelSignature property.voidsetCertificate(byte[] value)Sets the value of the certificate property.voidsetEndpointURI(String value)Sets the value of the endpointURI property.voidsetExtension(ExtensionType value)Sets the value of the extension property.voidsetMinimumAuthenticationLevel(String value)Sets the value of the minimumAuthenticationLevel property.voidsetRequireBusinessLevelSignature(boolean value)Sets the value of the requireBusinessLevelSignature property.voidsetServiceActivationDate(XMLGregorianCalendar value)Sets the value of the serviceActivationDate property.voidsetServiceDescription(String value)Sets the value of the serviceDescription property.voidsetServiceExpirationDate(XMLGregorianCalendar value)Sets the value of the serviceExpirationDate property.voidsetTechnicalContactUrl(String value)Sets the value of the technicalContactUrl property.voidsetTechnicalInformationUrl(String value)Sets the value of the technicalInformationUrl property.voidsetTransportProfile(String value)Sets the value of the transportProfile property.
-
-
-
Field Detail
-
endpointURI
protected String endpointURI
-
requireBusinessLevelSignature
protected boolean requireBusinessLevelSignature
-
minimumAuthenticationLevel
protected String minimumAuthenticationLevel
-
serviceActivationDate
protected XMLGregorianCalendar serviceActivationDate
-
serviceExpirationDate
protected XMLGregorianCalendar serviceExpirationDate
-
certificate
protected byte[] certificate
-
serviceDescription
protected String serviceDescription
-
technicalContactUrl
protected String technicalContactUrl
-
technicalInformationUrl
protected String technicalInformationUrl
-
extension
protected ExtensionType extension
-
transportProfile
protected String transportProfile
-
-
Method Detail
-
getEndpointURI
public String getEndpointURI()
Gets the value of the endpointURI property.- Returns:
- possible object is
String
-
setEndpointURI
public void setEndpointURI(String value)
Sets the value of the endpointURI property.- Parameters:
value- allowed object isString
-
isRequireBusinessLevelSignature
public boolean isRequireBusinessLevelSignature()
Gets the value of the requireBusinessLevelSignature property.
-
setRequireBusinessLevelSignature
public void setRequireBusinessLevelSignature(boolean value)
Sets the value of the requireBusinessLevelSignature property.
-
getMinimumAuthenticationLevel
public String getMinimumAuthenticationLevel()
Gets the value of the minimumAuthenticationLevel property.- Returns:
- possible object is
String
-
setMinimumAuthenticationLevel
public void setMinimumAuthenticationLevel(String value)
Sets the value of the minimumAuthenticationLevel property.- Parameters:
value- allowed object isString
-
getServiceActivationDate
public XMLGregorianCalendar getServiceActivationDate()
Gets the value of the serviceActivationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setServiceActivationDate
public void setServiceActivationDate(XMLGregorianCalendar value)
Sets the value of the serviceActivationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getServiceExpirationDate
public XMLGregorianCalendar getServiceExpirationDate()
Gets the value of the serviceExpirationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setServiceExpirationDate
public void setServiceExpirationDate(XMLGregorianCalendar value)
Sets the value of the serviceExpirationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCertificate
public byte[] getCertificate()
Gets the value of the certificate property.- Returns:
- possible object is byte[]
-
setCertificate
public void setCertificate(byte[] value)
Sets the value of the certificate property.- Parameters:
value- allowed object is byte[]
-
getServiceDescription
public String getServiceDescription()
Gets the value of the serviceDescription property.- Returns:
- possible object is
String
-
setServiceDescription
public void setServiceDescription(String value)
Sets the value of the serviceDescription property.- Parameters:
value- allowed object isString
-
getTechnicalContactUrl
public String getTechnicalContactUrl()
Gets the value of the technicalContactUrl property.- Returns:
- possible object is
String
-
setTechnicalContactUrl
public void setTechnicalContactUrl(String value)
Sets the value of the technicalContactUrl property.- Parameters:
value- allowed object isString
-
getTechnicalInformationUrl
public String getTechnicalInformationUrl()
Gets the value of the technicalInformationUrl property.- Returns:
- possible object is
String
-
setTechnicalInformationUrl
public void setTechnicalInformationUrl(String value)
Sets the value of the technicalInformationUrl 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
-
getTransportProfile
public String getTransportProfile()
Gets the value of the transportProfile property.- Returns:
- possible object is
String
-
-