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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
certificate |
protected EndpointReferenceType |
endpointReference |
protected ExtensionType |
extension |
protected String |
minimumAuthenticationLevel |
protected boolean |
requireBusinessLevelSignature |
protected XMLGregorianCalendar |
serviceActivationDate |
protected String |
serviceDescription |
protected XMLGregorianCalendar |
serviceExpirationDate |
protected String |
technicalContactUrl |
protected String |
technicalInformationUrl |
protected String |
transportProfile |
| Constructor and Description |
|---|
EndpointType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificate()
Gets the value of the certificate property.
|
EndpointReferenceType |
getEndpointReference()
Gets the value of the endpointReference property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getMinimumAuthenticationLevel()
Gets the value of the minimumAuthenticationLevel property.
|
XMLGregorianCalendar |
getServiceActivationDate()
Gets the value of the serviceActivationDate property.
|
String |
getServiceDescription()
Gets the value of the serviceDescription property.
|
XMLGregorianCalendar |
getServiceExpirationDate()
Gets the value of the serviceExpirationDate property.
|
String |
getTechnicalContactUrl()
Gets the value of the technicalContactUrl property.
|
String |
getTechnicalInformationUrl()
Gets the value of the technicalInformationUrl property.
|
String |
getTransportProfile()
Gets the value of the transportProfile property.
|
boolean |
isRequireBusinessLevelSignature()
Gets the value of the requireBusinessLevelSignature property.
|
void |
setCertificate(String value)
Sets the value of the certificate property.
|
void |
setEndpointReference(EndpointReferenceType value)
Sets the value of the endpointReference property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setMinimumAuthenticationLevel(String value)
Sets the value of the minimumAuthenticationLevel property.
|
void |
setRequireBusinessLevelSignature(boolean value)
Sets the value of the requireBusinessLevelSignature property.
|
void |
setServiceActivationDate(XMLGregorianCalendar value)
Sets the value of the serviceActivationDate property.
|
void |
setServiceDescription(String value)
Sets the value of the serviceDescription property.
|
void |
setServiceExpirationDate(XMLGregorianCalendar value)
Sets the value of the serviceExpirationDate property.
|
void |
setTechnicalContactUrl(String value)
Sets the value of the technicalContactUrl property.
|
void |
setTechnicalInformationUrl(String value)
Sets the value of the technicalInformationUrl property.
|
void |
setTransportProfile(String value)
Sets the value of the transportProfile property.
|
protected EndpointReferenceType endpointReference
protected boolean requireBusinessLevelSignature
protected String minimumAuthenticationLevel
protected XMLGregorianCalendar serviceActivationDate
protected XMLGregorianCalendar serviceExpirationDate
protected String certificate
protected String serviceDescription
protected String technicalContactUrl
protected String technicalInformationUrl
protected ExtensionType extension
protected String transportProfile
public EndpointReferenceType getEndpointReference()
EndpointReferenceTypepublic void setEndpointReference(EndpointReferenceType value)
value - allowed object is
EndpointReferenceTypepublic boolean isRequireBusinessLevelSignature()
public void setRequireBusinessLevelSignature(boolean value)
public String getMinimumAuthenticationLevel()
Stringpublic void setMinimumAuthenticationLevel(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getServiceActivationDate()
XMLGregorianCalendarpublic void setServiceActivationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getServiceExpirationDate()
XMLGregorianCalendarpublic void setServiceExpirationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getCertificate()
Stringpublic void setCertificate(String value)
value - allowed object is
Stringpublic String getServiceDescription()
Stringpublic void setServiceDescription(String value)
value - allowed object is
Stringpublic String getTechnicalContactUrl()
Stringpublic void setTechnicalContactUrl(String value)
value - allowed object is
Stringpublic String getTechnicalInformationUrl()
Stringpublic void setTechnicalInformationUrl(String value)
value - allowed object is
Stringpublic ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getTransportProfile()
StringCopyright © 2022 NorStella. All rights reserved.