Class ActivityPropertyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ActivityPropertyType
-
public class ActivityPropertyType extends Object
Java class for ActivityPropertyType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Value"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ActivityPropertyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NameTypegetName()Gets the value of the name property.ValueTypegetValue()Gets the value of the value property.voidsetName(NameType value)Sets the value of the name property.voidsetValue(ValueType value)Sets the value of the value property.
-
-
-
Method Detail
-
getName
public NameType getName()
Gets the value of the name property.- Returns:
- possible object is
NameType
-
setName
public void setName(NameType value)
Sets the value of the name property.- Parameters:
value- allowed object isNameType
-
getValue
public ValueType getValue()
Gets the value of the value property.- Returns:
- possible object is
ValueType
-
-