Class TCert
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCert
Java class for tCert complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCert"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="commonName" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString"> <minLength value="4"/> <pattern value="none"/> <pattern value="CN=.+"/> </restriction> </simpleType> </attribute> <attribute name="idHierarchy" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString"> <minLength value="1"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commonName property.Gets the value of the idHierarchy property.boolean
boolean
void
setCommonName
(String value) Sets the value of the commonName property.void
setIdHierarchy
(String value) Sets the value of the idHierarchy property.
-
Field Details
-
commonName
-
idHierarchy
-
-
Constructor Details
-
TCert
public TCert()
-
-
Method Details
-
getCommonName
Gets the value of the commonName property.- Returns:
- possible object is
String
-
setCommonName
Sets the value of the commonName property.- Parameters:
value
- allowed object isString
-
isSetCommonName
public boolean isSetCommonName() -
getIdHierarchy
Gets the value of the idHierarchy property.- Returns:
- possible object is
String
-
setIdHierarchy
Sets the value of the idHierarchy property.- Parameters:
value
- allowed object isString
-
isSetIdHierarchy
public boolean isSetIdHierarchy()
-