Class EndpointType
- java.lang.Object
-
- network.oxalis.peppol.busdox.jaxb.smp.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 ref="{http://www.w3.org/2005/08/addressing}EndpointReference"/> <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}string"/> <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://busdox.org/serviceMetadata/publishing/1.0/}ExtensionType" minOccurs="0"/> </sequence> <attribute name="transportProfile" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcertificateprotected EndpointReferenceTypeendpointReferenceprotected 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 StringgetCertificate()Gets the value of the certificate property.EndpointReferenceTypegetEndpointReference()Gets the value of the endpointReference 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(String value)Sets the value of the certificate property.voidsetEndpointReference(EndpointReferenceType value)Sets the value of the endpointReference 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
-
endpointReference
protected EndpointReferenceType endpointReference
-
requireBusinessLevelSignature
protected boolean requireBusinessLevelSignature
-
minimumAuthenticationLevel
protected String minimumAuthenticationLevel
-
serviceActivationDate
protected XMLGregorianCalendar serviceActivationDate
-
serviceExpirationDate
protected XMLGregorianCalendar serviceExpirationDate
-
certificate
protected String certificate
-
serviceDescription
protected String serviceDescription
-
technicalContactUrl
protected String technicalContactUrl
-
technicalInformationUrl
protected String technicalInformationUrl
-
extension
protected ExtensionType extension
-
transportProfile
protected String transportProfile
-
-
Method Detail
-
getEndpointReference
public EndpointReferenceType getEndpointReference()
Gets the value of the endpointReference property.- Returns:
- possible object is
EndpointReferenceType
-
setEndpointReference
public void setEndpointReference(EndpointReferenceType value)
Sets the value of the endpointReference property.- Parameters:
value- allowed object isEndpointReferenceType
-
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 String getCertificate()
Gets the value of the certificate property.- Returns:
- possible object is
String
-
setCertificate
public void setCertificate(String value)
Sets the value of the certificate property.- Parameters:
value- allowed object isString
-
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
-
-