public class XmlTrustedService extends Object
Java class for TrustedService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustedService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CapturedQualifiers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Qualifier" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AdditionalServiceInfoUris" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URI" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ServiceSupplyPoints" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URI" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="expiredCertsRevocationInfo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
additionalServiceInfoUris |
protected List<String> |
capturedQualifiers |
protected Date |
endDate |
protected Date |
expiredCertsRevocationInfo |
protected List<String> |
serviceSupplyPoints |
protected String |
serviceType |
protected Date |
startDate |
protected String |
status |
| Constructor and Description |
|---|
XmlTrustedService() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdditionalServiceInfoUris() |
List<String> |
getCapturedQualifiers() |
Date |
getEndDate()
Gets the value of the endDate property.
|
Date |
getExpiredCertsRevocationInfo()
Gets the value of the expiredCertsRevocationInfo property.
|
List<String> |
getServiceSupplyPoints() |
String |
getServiceType()
Gets the value of the serviceType property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setAdditionalServiceInfoUris(List<String> additionalServiceInfoUris) |
void |
setCapturedQualifiers(List<String> capturedQualifiers) |
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setExpiredCertsRevocationInfo(Date value)
Sets the value of the expiredCertsRevocationInfo property.
|
void |
setServiceSupplyPoints(List<String> serviceSupplyPoints) |
void |
setServiceType(String value)
Sets the value of the serviceType property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String serviceType
protected String status
protected Date startDate
protected Date endDate
protected Date expiredCertsRevocationInfo
public String getServiceType()
Stringpublic void setServiceType(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Date getStartDate()
Stringpublic void setStartDate(Date value)
value - allowed object is
Stringpublic Date getEndDate()
Stringpublic void setEndDate(Date value)
value - allowed object is
Stringpublic Date getExpiredCertsRevocationInfo()
Stringpublic void setExpiredCertsRevocationInfo(Date value)
value - allowed object is
Stringpublic void setAdditionalServiceInfoUris(List<String> additionalServiceInfoUris)
Copyright © 2018. All rights reserved.