|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequestContent
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:06:56+02:00", comments="JAXB RI v2.2.11") public class GetNewKeyRequestContent
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AllowedReader" type="{urn:be:fgov:ehealth:etee:kgss:1_0:protocol}CredentialType" maxOccurs="unbounded"/> <element name="ExludedReader" type="{urn:be:fgov:ehealth:etee:kgss:1_0:protocol}CredentialType" maxOccurs="unbounded" minOccurs="0"/> <element name="ETK" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="DeletionStrategy" type="{urn:be:fgov:ehealth:etee:kgss:1_0:protocol}DeletionStrategyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetNewKeyRequestContent()
|
Method Summary | |
---|---|
List<CredentialType> |
getAllowedReaders()
Gets the value of the allowedReaders property. |
DeletionStrategyType |
getDeletionStrategy()
Gets the value of the deletionStrategy property. |
byte[] |
getETK()
Gets the value of the etk property. |
List<CredentialType> |
getExludedReaders()
Gets the value of the exludedReaders property. |
void |
setDeletionStrategy(DeletionStrategyType value)
Sets the value of the deletionStrategy property. |
void |
setETK(byte[] value)
Sets the value of the etk property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetNewKeyRequestContent()
Method Detail |
---|
public List<CredentialType> getAllowedReaders()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the allowedReaders property.
For example, to add a new item, do as follows:
getAllowedReaders().add(newItem);
Objects of the following type(s) are allowed in the list
CredentialType
public List<CredentialType> getExludedReaders()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the exludedReaders property.
For example, to add a new item, do as follows:
getExludedReaders().add(newItem);
Objects of the following type(s) are allowed in the list
CredentialType
public byte[] getETK()
public void setETK(byte[] value)
value
- allowed object is
byte[]public DeletionStrategyType getDeletionStrategy()
DeletionStrategyType
public void setDeletionStrategy(DeletionStrategyType value)
value
- allowed object is
DeletionStrategyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |