Package org.coderic.ws.dian.wsdl
Class GetDocIdentifierWithEvents
java.lang.Object
org.coderic.ws.dian.wsdl.GetDocIdentifierWithEvents
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="contributorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<String>
Gets the value of the contributorCode property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the dateNumber property.void
setContributorCode
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the contributorCode property.void
setDateNumber
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the dateNumber property.
-
Constructor Details
-
GetDocIdentifierWithEvents
public GetDocIdentifierWithEvents()
-
-
Method Details
-
getContributorCode
Gets the value of the contributorCode property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setContributorCode
Sets the value of the contributorCode property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getDateNumber
Gets the value of the dateNumber property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setDateNumber
Sets the value of the dateNumber property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-