com.ebmwebsourcing.wsstar.basenotification.datatypes.impl.impl
Class UnrecognizedPolicyRequestFaultTypeImpl

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl
      extended by com.ebmwebsourcing.wsstar.basenotification.datatypes.impl.impl.UnrecognizedPolicyRequestFaultTypeImpl
All Implemented Interfaces:
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType, com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnrecognizedPolicyRequestFaultType

public class UnrecognizedPolicyRequestFaultTypeImpl
extends com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl
implements com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnrecognizedPolicyRequestFaultType


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl
com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl.DescriptionImpl, com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl.ErrorCodeImpl, com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl.FaultCauseImpl
 
Nested classes/interfaces inherited from interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.Description, com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.ErrorCode, com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.FaultCause
 
Constructor Summary
protected UnrecognizedPolicyRequestFaultTypeImpl(java.util.Date timestamp)
          Default constructor Note : According to the xml schema the "timestamp" field is mandatory
protected UnrecognizedPolicyRequestFaultTypeImpl(UnrecognizedPolicyRequestFaultType jaxbTypeObj)
           
 
Method Summary
 void addUnrecognizedPolicy(javax.xml.namespace.QName value)
           
 java.util.List<javax.xml.namespace.QName> getUnrecognizedPolicies()
           
static UnrecognizedPolicyRequestFaultType toJaxbModel(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnrecognizedPolicyRequestFaultType apiTypeObj)
          A way to create a UnrecognizedPolicyRequestFaultType "Jaxb model type" object from a UnrecognizedPolicyRequestFaultType "api type" one
 
Methods inherited from class com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl
addDescription, getDescriptions, getErrorCode, getFaultCause, getJaxbTypeObj, getLogger, getOriginator, getTimestamp, setErrorCode, setFaultCause, setJaxbTypeObj, setLogger, setOriginator, setTimestamp, toJaxbModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
addDescription, getDescriptions, getErrorCode, getFaultCause, getOriginator, getTimestamp, setErrorCode, setFaultCause, setOriginator, setTimestamp
 

Constructor Detail

UnrecognizedPolicyRequestFaultTypeImpl

protected UnrecognizedPolicyRequestFaultTypeImpl(java.util.Date timestamp)
Default constructor Note : According to the xml schema the "timestamp" field is mandatory

Parameters:
timestamp - the timestamp of the UnrecognizedPolicyRequestFaultType) object that must be {@link Date} representation of an Date xml type.

UnrecognizedPolicyRequestFaultTypeImpl

protected UnrecognizedPolicyRequestFaultTypeImpl(UnrecognizedPolicyRequestFaultType jaxbTypeObj)
Method Detail

getUnrecognizedPolicies

public final java.util.List<javax.xml.namespace.QName> getUnrecognizedPolicies()
Specified by:
getUnrecognizedPolicies in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnrecognizedPolicyRequestFaultType

addUnrecognizedPolicy

public final void addUnrecognizedPolicy(javax.xml.namespace.QName value)
Specified by:
addUnrecognizedPolicy in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnrecognizedPolicyRequestFaultType

toJaxbModel

public static UnrecognizedPolicyRequestFaultType toJaxbModel(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnrecognizedPolicyRequestFaultType apiTypeObj)
A way to create a UnrecognizedPolicyRequestFaultType "Jaxb model type" object from a UnrecognizedPolicyRequestFaultType "api type" one

Parameters:
apiTypeObj -


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.