Package org.bedework.synch.wsmessages
Class SynchPropertyType
java.lang.Object
org.bedework.synch.wsmessages.SynchPropertyType
Used to transmit a single property consisting of a name and value
Java class for SynchPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
value
-
-
Constructor Details
-
SynchPropertyType
public SynchPropertyType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-