Class UnknownPolicySetId
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.ehealthswiss.UnknownPolicySetId
-
public class UnknownPolicySetId extends Object
Java class for UnknownPolicySetId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnknownPolicySetId"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UnknownPolicySetId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Gets the value of the message property.void
setMessage(String value)
Sets the value of the message property.
-
-
-
Field Detail
-
message
protected String message
-
-