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>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
certificate |
protected String |
endpointURI |
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 |
|---|---|
byte[] |
getCertificate()
Gets the value of the certificate property.
|
String |
getEndpointURI()
Gets the value of the endpointURI 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(byte[] value)
Sets the value of the certificate property.
|
void |
setEndpointURI(String value)
Sets the value of the endpointURI 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 String endpointURI
protected boolean requireBusinessLevelSignature
protected String minimumAuthenticationLevel
protected XMLGregorianCalendar serviceActivationDate
protected XMLGregorianCalendar serviceExpirationDate
protected byte[] certificate
protected String serviceDescription
protected String technicalContactUrl
protected String technicalInformationUrl
protected ExtensionType extension
protected String transportProfile
public String getEndpointURI()
Stringpublic void setEndpointURI(String value)
value - allowed object is
Stringpublic 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 byte[] getCertificate()
public void setCertificate(byte[] value)
value - allowed object is
byte[]public 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.