Class GetITSSDataRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.v2x.registration.jaxb.GetITSSDataRequest
-
public class GetITSSDataRequest extends CSRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest"> <sequence> <element name="canonicalId" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalIdType"/> <element name="includeEC" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcanonicalIdprotected java.lang.BooleanincludeEC-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetITSSDataRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCanonicalId()Gets the value of the canonicalId property.java.lang.BooleanisIncludeEC()Gets the value of the includeEC property.voidsetCanonicalId(java.lang.String value)Sets the value of the canonicalId property.voidsetIncludeEC(java.lang.Boolean value)Sets the value of the includeEC property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Method Detail
-
getCanonicalId
public java.lang.String getCanonicalId()
Gets the value of the canonicalId property.- Returns:
- possible object is
String
-
setCanonicalId
public void setCanonicalId(java.lang.String value)
Sets the value of the canonicalId property.- Parameters:
value- allowed object isString
-
isIncludeEC
public java.lang.Boolean isIncludeEC()
Gets the value of the includeEC property.- Returns:
- possible object is
Boolean
-
setIncludeEC
public void setIncludeEC(java.lang.Boolean value)
Sets the value of the includeEC property.- Parameters:
value- allowed object isBoolean
-
-