Package ch.tocco.nice2.model.base.api.unmarshal.annotations
package ch.tocco.nice2.model.base.api.unmarshal.annotations
-
ClassDescriptionCall this method, when an attribute is encountered which does not have any specific
Attributemapping.Call this method, when an element is encountered which does not have any specificElementmapping.Receive the value of an attribute.Set the cardinality.Conclude the processing of one resource.Receive the content of an element.Specify a default value for optional arguments or content.Call this method when encountering the element specified.Receive the name of the current element.Methods annotated with @EndElement will be called when the element, that caused the object to be on top of the stack, ends.Ignore the return value of a method.Shortcut for@Cardinality(min=1, max=1)(iftrue) or@Cardinality(min=0, max=1)(iffalse).Receive the resource name (location, file path and name) of the current resouce where the element is in.Methods annotated with @StartElement will be called when a new element starts.