|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.etsi.uri._01903.v1_3.SignaturePolicyIdentifier
@Generated(value="com.sun.tools.xjc.Driver", date="2021-04-20T04:20:20+02:00", comments="JAXB RI v2.2.11") public class SignaturePolicyIdentifier
Java class for SignaturePolicyIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignaturePolicyIdentifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="SignaturePolicyId" type="{http://uri.etsi.org/01903/v1.3.2#}SignaturePolicyIdType"/> <element name="SignaturePolicyImplied" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SignaturePolicyIdentifier()
|
Method Summary | |
---|---|
SignaturePolicyIdType |
getSignaturePolicyId()
Gets the value of the signaturePolicyId property. |
Object |
getSignaturePolicyImplied()
Gets the value of the signaturePolicyImplied property. |
void |
setSignaturePolicyId(SignaturePolicyIdType value)
Sets the value of the signaturePolicyId property. |
void |
setSignaturePolicyImplied(Object value)
Sets the value of the signaturePolicyImplied property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignaturePolicyIdentifier()
Method Detail |
---|
public Object getSignaturePolicyImplied()
Object
public void setSignaturePolicyImplied(Object value)
value
- allowed object is
Object
public SignaturePolicyIdType getSignaturePolicyId()
SignaturePolicyIdType
public void setSignaturePolicyId(SignaturePolicyIdType value)
value
- allowed object is
SignaturePolicyIdType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |