public class SignatureIdentifierType extends Object
Java class for SignatureIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureIdentifierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="showSignedBy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showCommonName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showOrganisationUnit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showOrganisationName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showLocal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showState" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showCountry" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showMail" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showDate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
showCommonName |
protected Boolean |
showCountry |
protected Boolean |
showDate |
protected Boolean |
showLocal |
protected Boolean |
showMail |
protected Boolean |
showName |
protected Boolean |
showOrganisationName |
protected Boolean |
showOrganisationUnit |
protected Boolean |
showSignedBy |
protected Boolean |
showState |
| Constructor and Description |
|---|
SignatureIdentifierType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSetShowCommonName() |
boolean |
isSetShowCountry() |
boolean |
isSetShowDate() |
boolean |
isSetShowLocal() |
boolean |
isSetShowMail() |
boolean |
isSetShowName() |
boolean |
isSetShowOrganisationName() |
boolean |
isSetShowOrganisationUnit() |
boolean |
isSetShowSignedBy() |
boolean |
isSetShowState() |
boolean |
isShowCommonName()
Gets the value of the showCommonName property.
|
boolean |
isShowCountry()
Gets the value of the showCountry property.
|
boolean |
isShowDate()
Gets the value of the showDate property.
|
boolean |
isShowLocal()
Gets the value of the showLocal property.
|
boolean |
isShowMail()
Gets the value of the showMail property.
|
boolean |
isShowName()
Gets the value of the showName property.
|
boolean |
isShowOrganisationName()
Gets the value of the showOrganisationName property.
|
boolean |
isShowOrganisationUnit()
Gets the value of the showOrganisationUnit property.
|
boolean |
isShowSignedBy()
Gets the value of the showSignedBy property.
|
boolean |
isShowState()
Gets the value of the showState property.
|
void |
setShowCommonName(boolean value)
Sets the value of the showCommonName property.
|
void |
setShowCountry(boolean value)
Sets the value of the showCountry property.
|
void |
setShowDate(boolean value)
Sets the value of the showDate property.
|
void |
setShowLocal(boolean value)
Sets the value of the showLocal property.
|
void |
setShowMail(boolean value)
Sets the value of the showMail property.
|
void |
setShowName(boolean value)
Sets the value of the showName property.
|
void |
setShowOrganisationName(boolean value)
Sets the value of the showOrganisationName property.
|
void |
setShowOrganisationUnit(boolean value)
Sets the value of the showOrganisationUnit property.
|
void |
setShowSignedBy(boolean value)
Sets the value of the showSignedBy property.
|
void |
setShowState(boolean value)
Sets the value of the showState property.
|
void |
unsetShowCommonName() |
void |
unsetShowCountry() |
void |
unsetShowDate() |
void |
unsetShowLocal() |
void |
unsetShowMail() |
void |
unsetShowName() |
void |
unsetShowOrganisationName() |
void |
unsetShowOrganisationUnit() |
void |
unsetShowSignedBy() |
void |
unsetShowState() |
protected Boolean showSignedBy
protected Boolean showName
protected Boolean showCommonName
protected Boolean showOrganisationUnit
protected Boolean showOrganisationName
protected Boolean showLocal
protected Boolean showState
protected Boolean showCountry
protected Boolean showMail
protected Boolean showDate
public boolean isShowSignedBy()
Booleanpublic void setShowSignedBy(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowSignedBy()
public void unsetShowSignedBy()
public boolean isShowName()
Booleanpublic void setShowName(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowName()
public void unsetShowName()
public boolean isShowCommonName()
Booleanpublic void setShowCommonName(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowCommonName()
public void unsetShowCommonName()
public boolean isShowOrganisationUnit()
Booleanpublic void setShowOrganisationUnit(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowOrganisationUnit()
public void unsetShowOrganisationUnit()
public boolean isShowOrganisationName()
Booleanpublic void setShowOrganisationName(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowOrganisationName()
public void unsetShowOrganisationName()
public boolean isShowLocal()
Booleanpublic void setShowLocal(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowLocal()
public void unsetShowLocal()
public boolean isShowState()
Booleanpublic void setShowState(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowState()
public void unsetShowState()
public boolean isShowCountry()
Booleanpublic void setShowCountry(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowCountry()
public void unsetShowCountry()
public boolean isShowMail()
Booleanpublic void setShowMail(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowMail()
public void unsetShowMail()
public boolean isShowDate()
Booleanpublic void setShowDate(boolean value)
value - allowed object is
Booleanpublic boolean isSetShowDate()
public void unsetShowDate()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.