oasis.names.tc.dss._1_0.core.schema
Class Property

java.lang.Object
  extended by oasis.names.tc.dss._1_0.core.schema.Property
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:09:13+02:00",
           comments="JAXB RI v2.2.6")
public class Property
extends Object
implements Serializable

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="Identifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="Value" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Property()
           
 
Method Summary
 String getIdentifier()
          Gets the value of the identifier property.
 AnyType getValue()
          Gets the value of the value property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setValue(AnyType value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

getIdentifier

public String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getValue

public AnyType getValue()
Gets the value of the value property.

Returns:
possible object is AnyType

setValue

public void setValue(AnyType value)
Sets the value of the value property.

Parameters:
value - allowed object is AnyType



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.