Package org.cxml
Class TermsOfDeliveryCode
- java.lang.Object
-
- org.cxml.TermsOfDeliveryCode
-
public class TermsOfDeliveryCode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TermsOfDeliveryCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringgetvalue()Gets the value of the value property.java.lang.StringgetValue1()Gets the value of the value1 property.voidsetvalue(java.lang.String value)Sets the value of the value property.voidsetValue1(java.lang.String value)Sets the value of the value1 property.
-
-
-
Method Detail
-
getValue1
public java.lang.String getValue1()
Gets the value of the value1 property.- Returns:
- possible object is
String
-
setValue1
public void setValue1(java.lang.String value)
Sets the value of the value1 property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-