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" minOccurs="0"/>
<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/2016/05}ExtensionType" maxOccurs="unbounded" 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 List<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.
|
List<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 |
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 List<ExtensionType> extension
protected String transportProfile
public String getEndpointURI()
Stringpublic void setEndpointURI(String value)
value - allowed object is
Stringpublic Boolean isRequireBusinessLevelSignature()
Booleanpublic void setRequireBusinessLevelSignature(Boolean value)
value - allowed object is
Booleanpublic 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 List<ExtensionType> getExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionType
public String getTransportProfile()
StringCopyright © 2022 NorStella. All rights reserved.