public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.thalesgroup.hudson.plugins.klocwork.model
|
public ObjectFactory()
public StatusUpdate createStatusUpdate()
StatusUpdate
public TraceBlock createTraceBlock()
TraceBlock
public Taxonomies createTaxonomies()
Taxonomies
public javax.xml.bind.JAXBElement<String> createCategory(String value)
public javax.xml.bind.JAXBElement<String> createPostfix(String value)
public javax.xml.bind.JAXBElement<String> createLastCommitter(String value)
public javax.xml.bind.JAXBElement<String> createMessage(String value)
public javax.xml.bind.JAXBElement<String> createPrefix(String value)
public javax.xml.bind.JAXBElement<String> createFile(String value)
public javax.xml.bind.JAXBElement<String> createMethod(String value)
public javax.xml.bind.JAXBElement<String> createOwner(String value)
public javax.xml.bind.JAXBElement<Integer> createColumn(Integer value)
public javax.xml.bind.JAXBElement<String> createComment(String value)
public javax.xml.bind.JAXBElement<Long> createDateFixed(Long value)
public javax.xml.bind.JAXBElement<Long> createDateOriginated(Long value)
public javax.xml.bind.JAXBElement<Integer> createProblemID(Integer value)
public javax.xml.bind.JAXBElement<CitingStatusValue> createCitingStatus(CitingStatusValue value)
public javax.xml.bind.JAXBElement<String> createCode(String value)
public javax.xml.bind.JAXBElement<Integer> createSeveritylevel(Integer value)
public javax.xml.bind.JAXBElement<String> createSeverity(String value)
public javax.xml.bind.JAXBElement<Integer> createLine(Integer value)
public javax.xml.bind.JAXBElement<String> createDisplayAs(String value)
public javax.xml.bind.JAXBElement<StateValue> createState(StateValue value)
public javax.xml.bind.JAXBElement<Integer> createAnchor(Integer value)
public javax.xml.bind.JAXBElement<String> createUrl(String value)
public javax.xml.bind.JAXBElement<String> createIsSystem(String value)
public javax.xml.bind.JAXBElement<Long> createLastCommit(Long value)
Copyright © 2004-2014. All Rights Reserved.