Class BaseRegisterRequestType
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.v2x.registration.jaxb.BaseRegisterRequestType
-
- Direct Known Subclasses:
RegisterITSSRequest,UpdateITSSRequest
public class BaseRegisterRequestType extends CSRequest
Java class for BaseRegisterRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseRegisterRequestType"> <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="ecProfile" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType" minOccurs="0"/> <element name="atProfile" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType" minOccurs="0"/> <element name="itssValidFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="itssValidTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="regions" type="{http://certificateservices.org/xsd/v2x_registration_2_0}RegionsType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringatProfileprotected java.lang.StringcanonicalIdprotected java.lang.StringecProfileprotected javax.xml.datatype.XMLGregorianCalendaritssValidFromprotected javax.xml.datatype.XMLGregorianCalendaritssValidToprotected RegionsTyperegions-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description BaseRegisterRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAtProfile()Gets the value of the atProfile property.java.lang.StringgetCanonicalId()Gets the value of the canonicalId property.java.lang.StringgetEcProfile()Gets the value of the ecProfile property.javax.xml.datatype.XMLGregorianCalendargetItssValidFrom()Gets the value of the itssValidFrom property.javax.xml.datatype.XMLGregorianCalendargetItssValidTo()Gets the value of the itssValidTo property.RegionsTypegetRegions()Gets the value of the regions property.voidsetAtProfile(java.lang.String value)Sets the value of the atProfile property.voidsetCanonicalId(java.lang.String value)Sets the value of the canonicalId property.voidsetEcProfile(java.lang.String value)Sets the value of the ecProfile property.voidsetItssValidFrom(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the itssValidFrom property.voidsetItssValidTo(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the itssValidTo property.voidsetRegions(RegionsType value)Sets the value of the regions property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
canonicalId
protected java.lang.String canonicalId
-
ecProfile
protected java.lang.String ecProfile
-
atProfile
protected java.lang.String atProfile
-
itssValidFrom
protected javax.xml.datatype.XMLGregorianCalendar itssValidFrom
-
itssValidTo
protected javax.xml.datatype.XMLGregorianCalendar itssValidTo
-
regions
protected RegionsType regions
-
-
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
-
getEcProfile
public java.lang.String getEcProfile()
Gets the value of the ecProfile property.- Returns:
- possible object is
String
-
setEcProfile
public void setEcProfile(java.lang.String value)
Sets the value of the ecProfile property.- Parameters:
value- allowed object isString
-
getAtProfile
public java.lang.String getAtProfile()
Gets the value of the atProfile property.- Returns:
- possible object is
String
-
setAtProfile
public void setAtProfile(java.lang.String value)
Sets the value of the atProfile property.- Parameters:
value- allowed object isString
-
getItssValidFrom
public javax.xml.datatype.XMLGregorianCalendar getItssValidFrom()
Gets the value of the itssValidFrom property.- Returns:
- possible object is
XMLGregorianCalendar
-
setItssValidFrom
public void setItssValidFrom(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the itssValidFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getItssValidTo
public javax.xml.datatype.XMLGregorianCalendar getItssValidTo()
Gets the value of the itssValidTo property.- Returns:
- possible object is
XMLGregorianCalendar
-
setItssValidTo
public void setItssValidTo(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the itssValidTo property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRegions
public RegionsType getRegions()
Gets the value of the regions property.- Returns:
- possible object is
RegionsType
-
setRegions
public void setRegions(RegionsType value)
Sets the value of the regions property.- Parameters:
value- allowed object isRegionsType
-
-